Html Css Color HEX #C01552 Old Rose

📋 copy color: '#C01552'

red 192 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #C01552

Tints of Old Rose #C01552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 65.08%
G = 7.12%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01552 (or 0xC01552) is known color: Old Rose. HEX triplet: C0, 15 and 52. RGB value is (192,21,82). Sum of RGB (Red+Green+Blue) = 192+21+82=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01552 is #3FEAAD. Grayscale: #4F4F4F. Windows color (decimal): -4188846 or 5379520. OLE color: 5379520.

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

Color convert

RGB 192 21 82 -
CMYK 0 0.89 0.57 0.25
HSL 338.6º 0.8% 0.42% -
HSV(B) 338.6º 0.89% 0.75% -
XYZ 23.53 12.35 9.13 -
YUV 79.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 192 21 82 0 0.89 0.57 0.25 338.6 0.8 0.42
Hex C0 15 52 0 59 39 19 153 50 2A
Octal 300 25 122 0 131 71 31 523 120 52
Binary 11000000 10101 1010010 0 1011001 111001 11001 101010011 1010000 101010

Color Harmonies of #C01552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01552

Black with #C01552

Text Example


Text Example

White with #C01552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01552; }

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

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

background-color css

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

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

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

border-color css

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

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

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