Html Css Color HEX #C51551 Old Rose

📋 copy color: '#C51551'

red 197 ◦ green 21 ◦ blue 81

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

Shades of Old Rose #C51551

Tints of Old Rose #C51551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 65.89%
G = 7.02%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51551 (or 0xC51551) is known color: Old Rose. HEX triplet: C5, 15 and 51. RGB value is (197,21,81). Sum of RGB (Red+Green+Blue) = 197+21+81=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C51551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51551 is #3AEAAE. Grayscale: #505050. Windows color (decimal): -3861167 or 5313989. OLE color: 5313989.

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

Color convert

RGB 197 21 81 -
CMYK 0 0.89 0.59 0.23
HSL 339.55º 0.81% 0.43% -
HSV(B) 339.55º 0.89% 0.77% -
XYZ 24.78 13 8.99 -
YUV 80.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 197 21 81 0 0.89 0.59 0.23 339.55 0.81 0.43
Hex C5 15 51 0 59 3B 17 154 51 2B
Octal 305 25 121 0 131 73 27 524 121 53
Binary 11000101 10101 1010001 0 1011001 111011 10111 101010100 1010001 101011

Color Harmonies of #C51551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51551

Black with #C51551

Text Example


Text Example

White with #C51551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51551; }

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

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

background-color css

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

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

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

border-color css

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

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

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