Html Css Color HEX #C51951 Old Rose

📋 copy color: '#C51951'

red 197 ◦ green 25 ◦ blue 81

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

Shades of Old Rose #C51951

Tints of Old Rose #C51951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

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

R = 65.02%
G = 8.25%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51951 (or 0xC51951) is known color: Old Rose. HEX triplet: C5, 19 and 51. RGB value is (197,25,81). Sum of RGB (Red+Green+Blue) = 197+25+81=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C51951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51951 is #3AE6AE. Grayscale: #525252. Windows color (decimal): -3860143 or 5315013. OLE color: 5315013.

HSL color Cylindrical-coordinate representation of color #C51951: hue angle of 340.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51951 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 81 -
CMYK 0 0.87 0.59 0.23
HSL 340.47º 0.77% 0.44% -
HSV(B) 340.47º 0.87% 0.77% -
XYZ 24.86 13.16 9.01 -
YUV 82.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 197 25 81 0 0.87 0.59 0.23 340.47 0.77 0.44
Hex C5 19 51 0 57 3B 17 154 4D 2C
Octal 305 31 121 0 127 73 27 524 115 54
Binary 11000101 11001 1010001 0 1010111 111011 10111 101010100 1001101 101100

Color Harmonies of #C51951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51951

Black with #C51951

Text Example


Text Example

White with #C51951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51951; }

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

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

background-color css

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

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

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

border-color css

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

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

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