Html Css Color HEX #C01557 Old Rose

📋 copy color: '#C01557'

red 192 ◦ green 21 ◦ blue 87

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

Shades of Old Rose #C01557

Tints of Old Rose #C01557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 64%
G = 7%
B = 29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01557 (or 0xC01557) is known color: Old Rose. HEX triplet: C0, 15 and 57. RGB value is (192,21,87). Sum of RGB (Red+Green+Blue) = 192+21+87=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01557 is #3FEAA8. Grayscale: #4F4F4F. Windows color (decimal): -4188841 or 5707200. OLE color: 5707200.

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

Color convert

RGB 192 21 87 -
CMYK 0 0.89 0.55 0.25
HSL 336.84º 0.8% 0.42% -
HSV(B) 336.84º 0.89% 0.75% -
XYZ 23.73 12.43 10.17 -
YUV 79.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 192 21 87 0 0.89 0.55 0.25 336.84 0.8 0.42
Hex C0 15 57 0 59 37 19 151 50 2A
Octal 300 25 127 0 131 67 31 521 120 52
Binary 11000000 10101 1010111 0 1011001 110111 11001 101010001 1010000 101010

Color Harmonies of #C01557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01557

Black with #C01557

Text Example


Text Example

White with #C01557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01557; }

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

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

background-color css

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

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

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

border-color css

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

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

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