Html Css Color HEX #C51552 Old Rose

📋 copy color: '#C51552'

red 197 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #C51552

Tints of Old Rose #C51552

RGB

 RED value IS 197 (77.34% from 255) = 65.67%

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

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

R = 65.67%
G = 7%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51552 (or 0xC51552) is known color: Old Rose. HEX triplet: C5, 15 and 52. RGB value is (197,21,82). Sum of RGB (Red+Green+Blue) = 197+21+82=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51552 is #3AEAAD. Grayscale: #505050. Windows color (decimal): -3861166 or 5379525. OLE color: 5379525.

HSL color Cylindrical-coordinate representation of color #C51552: hue angle of 339.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51552 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 82 -
CMYK 0 0.89 0.58 0.23
HSL 339.2º 0.81% 0.43% -
HSV(B) 339.2º 0.89% 0.77% -
XYZ 24.82 13.02 9.19 -
YUV 80.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 197 21 82 0 0.89 0.58 0.23 339.2 0.81 0.43
Hex C5 15 52 0 59 3A 17 153 51 2B
Octal 305 25 122 0 131 72 27 523 121 53
Binary 11000101 10101 1010010 0 1011001 111010 10111 101010011 1010001 101011

Color Harmonies of #C51552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51552

Black with #C51552

Text Example


Text Example

White with #C51552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51552; }

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

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

background-color css

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

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

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

border-color css

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

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

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