Html Css Color HEX #C51C55 Old Rose

📋 copy color: '#C51C55'

red 197 ◦ green 28 ◦ blue 85

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

Shades of Old Rose #C51C55

Tints of Old Rose #C51C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 63.55%
G = 9.03%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C51C55 (or 0xC51C55) is known color: Old Rose. HEX triplet: C5, 1C and 55. RGB value is (197,28,85). Sum of RGB (Red+Green+Blue) = 197+28+85=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C55 is #3AE3AA. Grayscale: #545454. Windows color (decimal): -3859371 or 5577925. OLE color: 5577925.

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

Color convert

RGB 197 28 85 -
CMYK 0 0.86 0.57 0.23
HSL 339.76º 0.75% 0.44% -
HSV(B) 339.76º 0.86% 0.77% -
XYZ 25.08 13.36 9.85 -
YUV 85.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 197 28 85 0 0.86 0.57 0.23 339.76 0.75 0.44
Hex C5 1C 55 0 56 39 17 154 4B 2C
Octal 305 34 125 0 126 71 27 524 113 54
Binary 11000101 11100 1010101 0 1010110 111001 10111 101010100 1001011 101100

Color Harmonies of #C51C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C55

Black with #C51C55

Text Example


Text Example

White with #C51C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C55; }

 p { color: rgb(197,28,85); }

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

background-color css

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

 a { background-color: rgb(197,28,85); }

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

border-color css

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

 span { border-color: rgb(197,28,85); }

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