#C23C5F

Color #C23C5F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C23C5F

Tints of Old Rose #C23C5F

Color information

#C23C5F (or 0xC23C5F) is unknown color: approx Old Rose. HEX triplet: C2, 3C and 5F. RGB value is (194,60,95). Sum of RGB (Red+Green+Blue) = 194+60+95=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C5F is #3DC3A0. Grayscale: #686868. Windows color (decimal): -4047777 or 6241474. OLE color: 6241474.

HSL color Cylindrical-coordinate representation of color #C23C5F: hue angle of 344.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C5F is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1946095-
CMYK00.690.510.24
HSL344.33º52.76%49.8%-
HSV(B)344.33º69.07%76.08%-
XYZ25.9315.5312.46-
YUV104.06122.89192.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=55.59%
G=17.19%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194609500.690.510.24344.3352.7649.8
HexC23C5F04533181583532
Octal30274137010563305306562
Binary1100001011110010111110100010111001111000101011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C5F; }

 p { color: rgb(194,60,95); }

 H1.HeaderClassName
 {
   color: #C23C5F;
 }
 .AnyTagClassName
 {
   color: #C23C5F;
 }
</style>
background-color css

<style>
 a { background-color: #C23C5F; }

 a { background-color: rgb(194,60,95); }

 div.DivClassName
 {
   background-color: #C23C5F;
 }
 .BgClassName
 {
   background-color: #C23C5F;
 }
</style>
border-color css

<style>
 span { border-color: #C23C5F; }

 span { border-color: rgb(194,60,95); }

 td.TdClassName
 {
   border-color: #C23C5F;
 }
 .TagClassName
 {
   border-color: #C23C5F;
 }
</style>