#C01B54

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

Shades of Old Rose #C01B54

Tints of Old Rose #C01B54

Color information

#C01B54 (or 0xC01B54) is unknown color: approx Old Rose. HEX triplet: C0, 1B and 54. RGB value is (192,27,84). Sum of RGB (Red+Green+Blue) = 192+27+84=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B54 is #3FE4AB. Grayscale: #525252. Windows color (decimal): -4187308 or 5512128. OLE color: 5512128.

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

Color convert

RGB1922784-
CMYK00.860.560.25
HSL339.27º75.34%42.94%-
HSV(B)339.27º85.94%75.29%-
XYZ23.7312.639.57-
YUV82.83128.66205.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=63.37%
G=8.91%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192278400.860.560.25339.2775.3442.94
HexC01B5405638191534b2b
Octal300331240126703152311353
Binary1100000011011101010001010110111000110011010100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01B54; }

 p { color: rgb(192,27,84); }

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

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

 a { background-color: rgb(192,27,84); }

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

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

 span { border-color: rgb(192,27,84); }

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