Html Css Color HEX #C52051 Old Rose

📋 copy color: '#C52051'

red 197 ◦ green 32 ◦ blue 81

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

Shades of Old Rose #C52051

Tints of Old Rose #C52051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 63.55%
G = 10.32%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C52051 (or 0xC52051) is known color: Old Rose. HEX triplet: C5, 20 and 51. RGB value is (197,32,81). Sum of RGB (Red+Green+Blue) = 197+32+81=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C52051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52051 is #3ADFAE. Grayscale: #565656. Windows color (decimal): -3858351 or 5316805. OLE color: 5316805.

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

Color convert

RGB 197 32 81 -
CMYK 0 0.84 0.59 0.23
HSL 342.18º 0.72% 0.45% -
HSV(B) 342.18º 0.84% 0.77% -
XYZ 25.03 13.5 9.07 -
YUV 86.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 197 32 81 0 0.84 0.59 0.23 342.18 0.72 0.45
Hex C5 20 51 0 54 3B 17 156 48 2D
Octal 305 40 121 0 124 73 27 526 110 55
Binary 11000101 100000 1010001 0 1010100 111011 10111 101010110 1001000 101101

Color Harmonies of #C52051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52051

Black with #C52051

Text Example


Text Example

White with #C52051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52051; }

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

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

background-color css

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

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

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

border-color css

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

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

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