Html Css Color HEX #C52853 Old Rose

📋 copy color: '#C52853'

red 197 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #C52853

Tints of Old Rose #C52853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 61.56%
G = 12.5%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C52853 (or 0xC52853) is known color: Old Rose. HEX triplet: C5, 28 and 53. RGB value is (197,40,83). Sum of RGB (Red+Green+Blue) = 197+40+83=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C52853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52853 is #3AD7AC. Grayscale: #5B5B5B. Windows color (decimal): -3856301 or 5449925. OLE color: 5449925.

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

Color convert

RGB 197 40 83 -
CMYK 0 0.80 0.58 0.23
HSL 343.57º 0.66% 0.46% -
HSV(B) 343.57º 0.8% 0.77% -
XYZ 25.35 14.01 9.55 -
YUV 91.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 197 40 83 0 0.80 0.58 0.23 343.57 0.66 0.46
Hex C5 28 53 0 50 3A 17 158 42 2E
Octal 305 50 123 0 120 72 27 530 102 56
Binary 11000101 101000 1010011 0 1010000 111010 10111 101011000 1000010 101110

Color Harmonies of #C52853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52853

Black with #C52853

Text Example


Text Example

White with #C52853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52853; }

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

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

background-color css

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

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

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

border-color css

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

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

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