Html Css Color HEX #C52060 Old Rose

📋 copy color: '#C52060'

red 197 ◦ green 32 ◦ blue 96

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

Shades of Old Rose #C52060

Tints of Old Rose #C52060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 60.62%
G = 9.85%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C52060 (or 0xC52060) is known color: Old Rose. HEX triplet: C5, 20 and 60. RGB value is (197,32,96). Sum of RGB (Red+Green+Blue) = 197+32+96=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C52060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52060 is #3ADF9F. Grayscale: #585858. Windows color (decimal): -3858336 or 6299845. OLE color: 6299845.

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

Color convert

RGB 197 32 96 -
CMYK 0 0.84 0.51 0.23
HSL 336.73º 0.72% 0.45% -
HSV(B) 336.73º 0.84% 0.77% -
XYZ 25.65 13.75 12.37 -
YUV 88.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 197 32 96 0 0.84 0.51 0.23 336.73 0.72 0.45
Hex C5 20 60 0 54 33 17 151 48 2D
Octal 305 40 140 0 124 63 27 521 110 55
Binary 11000101 100000 1100000 0 1010100 110011 10111 101010001 1001000 101101

Color Harmonies of #C52060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52060

Black with #C52060

Text Example


Text Example

White with #C52060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52060; }

 p { color: rgb(197,32,96); }

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

background-color css

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

 a { background-color: rgb(197,32,96); }

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

border-color css

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

 span { border-color: rgb(197,32,96); }

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