Html Css Color HEX #C51E51 Old Rose

📋 copy color: '#C51E51'

red 197 ◦ green 30 ◦ blue 81

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

Shades of Old Rose #C51E51

Tints of Old Rose #C51E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 63.96%
G = 9.74%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51E51 (or 0xC51E51) is known color: Old Rose. HEX triplet: C5, 1E and 51. RGB value is (197,30,81). Sum of RGB (Red+Green+Blue) = 197+30+81=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E51 is #3AE1AE. Grayscale: #555555. Windows color (decimal): -3858863 or 5316293. OLE color: 5316293.

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

Color convert

RGB 197 30 81 -
CMYK 0 0.85 0.59 0.23
HSL 341.68º 0.74% 0.45% -
HSV(B) 341.68º 0.85% 0.77% -
XYZ 24.98 13.39 9.05 -
YUV 85.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 197 30 81 0 0.85 0.59 0.23 341.68 0.74 0.45
Hex C5 1E 51 0 55 3B 17 156 4A 2D
Octal 305 36 121 0 125 73 27 526 112 55
Binary 11000101 11110 1010001 0 1010101 111011 10111 101010110 1001010 101101

Color Harmonies of #C51E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E51

Black with #C51E51

Text Example


Text Example

White with #C51E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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