Html Css Color HEX #C52552 Old Rose

📋 copy color: '#C52552'

red 197 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #C52552

Tints of Old Rose #C52552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 62.34%
G = 11.71%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C52552 (or 0xC52552) is known color: Old Rose. HEX triplet: C5, 25 and 52. RGB value is (197,37,82). Sum of RGB (Red+Green+Blue) = 197+37+82=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C52552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52552 is #3ADAAD. Grayscale: #595959. Windows color (decimal): -3857070 or 5383621. OLE color: 5383621.

HSL color Cylindrical-coordinate representation of color #C52552: hue angle of 343.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52552 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 82 -
CMYK 0 0.81 0.58 0.23
HSL 343.13º 0.68% 0.46% -
HSV(B) 343.13º 0.81% 0.77% -
XYZ 25.21 13.8 9.32 -
YUV 89.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 197 37 82 0 0.81 0.58 0.23 343.13 0.68 0.46
Hex C5 25 52 0 51 3A 17 157 44 2E
Octal 305 45 122 0 121 72 27 527 104 56
Binary 11000101 100101 1010010 0 1010001 111010 10111 101010111 1000100 101110

Color Harmonies of #C52552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52552

Black with #C52552

Text Example


Text Example

White with #C52552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52552; }

 p { color: rgb(197,37,82); }

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

background-color css

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

 a { background-color: rgb(197,37,82); }

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

border-color css

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

 span { border-color: rgb(197,37,82); }

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