Html Css Color HEX #C52849 Old Rose

📋 copy color: '#C52849'

red 197 ◦ green 40 ◦ blue 73

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

Shades of Old Rose #C52849

Tints of Old Rose #C52849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 63.55%
G = 12.9%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52849 (or 0xC52849) is known color: Old Rose. HEX triplet: C5, 28 and 49. RGB value is (197,40,73). Sum of RGB (Red+Green+Blue) = 197+40+73=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C52849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52849 is #3AD7B6. Grayscale: #5A5A5A. Windows color (decimal): -3856311 or 4794565. OLE color: 4794565.

HSL color Cylindrical-coordinate representation of color #C52849: hue angle of 347.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52849 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 73 -
CMYK 0 0.80 0.63 0.23
HSL 347.39º 0.66% 0.46% -
HSV(B) 347.39º 0.8% 0.77% -
XYZ 24.99 13.87 7.66 -
YUV 90.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 197 40 73 0 0.80 0.63 0.23 347.39 0.66 0.46
Hex C5 28 49 0 50 3F 17 15B 42 2E
Octal 305 50 111 0 120 77 27 533 102 56
Binary 11000101 101000 1001001 0 1010000 111111 10111 101011011 1000010 101110

Color Harmonies of #C52849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52849

Black with #C52849

Text Example


Text Example

White with #C52849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52849; }

 p { color: rgb(197,40,73); }

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

background-color css

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

 a { background-color: rgb(197,40,73); }

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

border-color css

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

 span { border-color: rgb(197,40,73); }

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