#C01C5C

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

Shades of Old Rose #C01C5C

Tints of Old Rose #C01C5C

Color information

#C01C5C (or 0xC01C5C) is unknown color: approx Old Rose. HEX triplet: C0, 1C and 5C. RGB value is (192,28,92). Sum of RGB (Red+Green+Blue) = 192+28+92=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C5C is #3FE3A3. Grayscale: #545454. Windows color (decimal): -4187044 or 6036672. OLE color: 6036672.

HSL color Cylindrical-coordinate representation of color #C01C5C: hue angle of 336.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C5C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1922892-
CMYK00.850.520.25
HSL336.59º74.55%43.14%-
HSV(B)336.59º85.42%75.29%-
XYZ24.0912.8111.33-
YUV84.33132.33204.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.54%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=61.54%
G=8.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192289200.850.520.25336.5974.5543.14
HexC01C5C05534191514b2b
Octal300341340125643152111353
Binary1100000011100101110001010101110100110011010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C5C; }

 p { color: rgb(192,28,92); }

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

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

 a { background-color: rgb(192,28,92); }

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

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

 span { border-color: rgb(192,28,92); }

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