Html Css Color HEX #C52D62 Old Rose

📋 copy color: '#C52D62'

red 197 ◦ green 45 ◦ blue 98

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

Shades of Old Rose #C52D62

Tints of Old Rose #C52D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 57.94%
G = 13.24%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C52D62 (or 0xC52D62) is known color: Old Rose. HEX triplet: C5, 2D and 62. RGB value is (197,45,98). Sum of RGB (Red+Green+Blue) = 197+45+98=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52D62 is #3AD29D. Grayscale: #606060. Windows color (decimal): -3855006 or 6434245. OLE color: 6434245.

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

Color convert

RGB 197 45 98 -
CMYK 0 0.77 0.50 0.23
HSL 339.08º 0.63% 0.47% -
HSV(B) 339.08º 0.77% 0.77% -
XYZ 26.17 14.63 13 -
YUV 96.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 197 45 98 0 0.77 0.50 0.23 339.08 0.63 0.47
Hex C5 2D 62 0 4D 32 17 153 3F 2F
Octal 305 55 142 0 115 62 27 523 77 57
Binary 11000101 101101 1100010 0 1001101 110010 10111 101010011 111111 101111

Color Harmonies of #C52D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52D62

Black with #C52D62

Text Example


Text Example

White with #C52D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52D62; }

 p { color: rgb(197,45,98); }

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

background-color css

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

 a { background-color: rgb(197,45,98); }

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

border-color css

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

 span { border-color: rgb(197,45,98); }

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