Html Css Color HEX #C01757 Old Rose

📋 copy color: '#C01757'

red 192 ◦ green 23 ◦ blue 87

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

Shades of Old Rose #C01757

Tints of Old Rose #C01757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 63.58%
G = 7.62%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01757 (or 0xC01757) is known color: Old Rose. HEX triplet: C0, 17 and 57. RGB value is (192,23,87). Sum of RGB (Red+Green+Blue) = 192+23+87=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C01757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01757 is #3FE8A8. Grayscale: #505050. Windows color (decimal): -4188329 or 5707712. OLE color: 5707712.

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

Color convert

RGB 192 23 87 -
CMYK 0 0.88 0.55 0.25
HSL 337.28º 0.79% 0.42% -
HSV(B) 337.28º 0.88% 0.75% -
XYZ 23.76 12.51 10.18 -
YUV 80.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 192 23 87 0 0.88 0.55 0.25 337.28 0.79 0.42
Hex C0 17 57 0 58 37 19 151 4F 2A
Octal 300 27 127 0 130 67 31 521 117 52
Binary 11000000 10111 1010111 0 1011000 110111 11001 101010001 1001111 101010

Color Harmonies of #C01757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01757

Black with #C01757

Text Example


Text Example

White with #C01757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01757; }

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

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

background-color css

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

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

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

border-color css

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

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

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