Html Css Color HEX #C52E62 Old Rose

📋 copy color: '#C52E62'

red 197 ◦ green 46 ◦ blue 98

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

Shades of Old Rose #C52E62

Tints of Old Rose #C52E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

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

R = 57.77%
G = 13.49%
B = 28.74%

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

#C52E62 (or 0xC52E62) is known color: Old Rose. HEX triplet: C5, 2E and 62. RGB value is (197,46,98). Sum of RGB (Red+Green+Blue) = 197+46+98=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E62 is #3AD19D. Grayscale: #616161. Windows color (decimal): -3854750 or 6434501. OLE color: 6434501.

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

Color convert

RGB 197 46 98 -
CMYK 0 0.77 0.50 0.23
HSL 339.34º 0.62% 0.48% -
HSV(B) 339.34º 0.77% 0.77% -
XYZ 26.21 14.71 13.01 -
YUV 97.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 197 46 98 0 0.77 0.50 0.23 339.34 0.62 0.48
Hex C5 2E 62 0 4D 32 17 153 3E 30
Octal 305 56 142 0 115 62 27 523 76 60
Binary 11000101 101110 1100010 0 1001101 110010 10111 101010011 111110 110000

Color Harmonies of #C52E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E62

Black with #C52E62

Text Example


Text Example

White with #C52E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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