Html Css Color HEX #C01859 Old Rose

📋 copy color: '#C01859'

red 192 ◦ green 24 ◦ blue 89

#C01859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C01859

Tints of Old Rose #C01859

RGB

 RED value IS 192 (75.39% from 255) = 62.95%

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 62.95%
G = 7.87%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C01859 (or 0xC01859) is known color: Old Rose. HEX triplet: C0, 18 and 59. RGB value is (192,24,89). Sum of RGB (Red+Green+Blue) = 192+24+89=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C01859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01859 is #3FE7A6. Grayscale: #515151. Windows color (decimal): -4188071 or 5839040. OLE color: 5839040.

HSL color Cylindrical-coordinate representation of color #C01859: hue angle of 336.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01859 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 89 -
CMYK 0 0.88 0.54 0.25
HSL 336.79º 0.78% 0.42% -
HSV(B) 336.79º 0.88% 0.75% -
XYZ 23.87 12.58 10.62 -
YUV 81.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 192 24 89 0 0.88 0.54 0.25 336.79 0.78 0.42
Hex C0 18 59 0 58 36 19 151 4E 2A
Octal 300 30 131 0 130 66 31 521 116 52
Binary 11000000 11000 1011001 0 1011000 110110 11001 101010001 1001110 101010

Color Harmonies of #C01859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01859

Black with #C01859

Text Example


Text Example

White with #C01859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01859; }

 p { color: rgb(192,24,89); }

 H1.HeaderClassName
 {
   color: #C01859;
 }
 .AnyTagClassName
 {
   color: #C01859;
 }
</style>

background-color css

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

 a { background-color: rgb(192,24,89); }

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

border-color css

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

 span { border-color: rgb(192,24,89); }

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