Html Css Color HEX #C51E52 Old Rose

📋 copy color: '#C51E52'

red 197 ◦ green 30 ◦ blue 82

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

Shades of Old Rose #C51E52

Tints of Old Rose #C51E52

RGB

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

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

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

R = 63.75%
G = 9.71%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51E52 (or 0xC51E52) is known color: Old Rose. HEX triplet: C5, 1E and 52. RGB value is (197,30,82). Sum of RGB (Red+Green+Blue) = 197+30+82=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E52 is #3AE1AD. Grayscale: #555555. Windows color (decimal): -3858862 or 5381829. OLE color: 5381829.

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

Color convert

RGB 197 30 82 -
CMYK 0 0.85 0.58 0.23
HSL 341.32º 0.74% 0.45% -
HSV(B) 341.32º 0.85% 0.77% -
XYZ 25.01 13.41 9.25 -
YUV 85.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 197 30 82 0 0.85 0.58 0.23 341.32 0.74 0.45
Hex C5 1E 52 0 55 3A 17 155 4A 2D
Octal 305 36 122 0 125 72 27 525 112 55
Binary 11000101 11110 1010010 0 1010101 111010 10111 101010101 1001010 101101

Color Harmonies of #C51E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E52

Black with #C51E52

Text Example


Text Example

White with #C51E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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