#C01A58

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

Shades of Old Rose #C01A58

Tints of Old Rose #C01A58

Color information

#C01A58 (or 0xC01A58) is unknown color: approx Old Rose. HEX triplet: C0, 1A and 58. RGB value is (192,26,88). Sum of RGB (Red+Green+Blue) = 192+26+88=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A58 is #3FE5A7. Grayscale: #525252. Windows color (decimal): -4187560 or 5774016. OLE color: 5774016.

HSL color Cylindrical-coordinate representation of color #C01A58: hue angle of 337.59º degrees, saturation: 0.76, 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 #C01A58 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1922688-
CMYK00.860.540.25
HSL337.59º76.15%42.75%-
HSV(B)337.59º86.46%75.29%-
XYZ23.8712.6510.42-
YUV82.7131205.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=62.75%
G=8.50%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192268800.860.540.25337.5976.1542.75
HexC01A5805636191524c2b
Octal300321300126663152211453
Binary1100000011010101100001010110110110110011010100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01A58; }

 p { color: rgb(192,26,88); }

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

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

 a { background-color: rgb(192,26,88); }

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

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

 span { border-color: rgb(192,26,88); }

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