Html Css Color HEX #C52053 Old Rose

📋 copy color: '#C52053'

red 197 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #C52053

Tints of Old Rose #C52053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 63.14%
G = 10.26%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C52053 (or 0xC52053) is known color: Old Rose. HEX triplet: C5, 20 and 53. RGB value is (197,32,83). Sum of RGB (Red+Green+Blue) = 197+32+83=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C52053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52053 is #3ADFAC. Grayscale: #575757. Windows color (decimal): -3858349 or 5447877. OLE color: 5447877.

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

Color convert

RGB 197 32 83 -
CMYK 0 0.84 0.58 0.23
HSL 341.45º 0.72% 0.45% -
HSV(B) 341.45º 0.84% 0.77% -
XYZ 25.1 13.53 9.47 -
YUV 87.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 197 32 83 0 0.84 0.58 0.23 341.45 0.72 0.45
Hex C5 20 53 0 54 3A 17 155 48 2D
Octal 305 40 123 0 124 72 27 525 110 55
Binary 11000101 100000 1010011 0 1010100 111010 10111 101010101 1001000 101101

Color Harmonies of #C52053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52053

Black with #C52053

Text Example


Text Example

White with #C52053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52053; }

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

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

background-color css

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

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

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

border-color css

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

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

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