Html Css Color HEX #C52056 Old Rose

📋 copy color: '#C52056'

red 197 ◦ green 32 ◦ blue 86

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

Shades of Old Rose #C52056

Tints of Old Rose #C52056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 62.54%
G = 10.16%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C52056 (or 0xC52056) is known color: Old Rose. HEX triplet: C5, 20 and 56. RGB value is (197,32,86). Sum of RGB (Red+Green+Blue) = 197+32+86=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C52056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52056 is #3ADFA9. Grayscale: #575757. Windows color (decimal): -3858346 or 5644485. OLE color: 5644485.

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

Color convert

RGB 197 32 86 -
CMYK 0 0.84 0.56 0.23
HSL 340.36º 0.72% 0.45% -
HSV(B) 340.36º 0.84% 0.77% -
XYZ 25.22 13.58 10.1 -
YUV 87.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 197 32 86 0 0.84 0.56 0.23 340.36 0.72 0.45
Hex C5 20 56 0 54 38 17 154 48 2D
Octal 305 40 126 0 124 70 27 524 110 55
Binary 11000101 100000 1010110 0 1010100 111000 10111 101010100 1001000 101101

Color Harmonies of #C52056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52056

Black with #C52056

Text Example


Text Example

White with #C52056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52056; }

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

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

background-color css

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

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

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

border-color css

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

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

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