Html Css Color HEX #C01759 Old Rose

📋 copy color: '#C01759'

red 192 ◦ green 23 ◦ blue 89

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

Shades of Old Rose #C01759

Tints of Old Rose #C01759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 63.16%
G = 7.57%
B = 29.28%

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

#C01759 (or 0xC01759) is known color: Old Rose. HEX triplet: C0, 17 and 59. RGB value is (192,23,89). Sum of RGB (Red+Green+Blue) = 192+23+89=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C01759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01759 is #3FE8A6. Grayscale: #505050. Windows color (decimal): -4188327 or 5838784. OLE color: 5838784.

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

Color convert

RGB 192 23 89 -
CMYK 0 0.88 0.54 0.25
HSL 336.57º 0.79% 0.42% -
HSV(B) 336.57º 0.88% 0.75% -
XYZ 23.85 12.54 10.61 -
YUV 81.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 192 23 89 0 0.88 0.54 0.25 336.57 0.79 0.42
Hex C0 17 59 0 58 36 19 151 4F 2A
Octal 300 27 131 0 130 66 31 521 117 52
Binary 11000000 10111 1011001 0 1011000 110110 11001 101010001 1001111 101010

Color Harmonies of #C01759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01759

Black with #C01759

Text Example


Text Example

White with #C01759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01759; }

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

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

background-color css

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

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

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

border-color css

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

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

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