Html Css Color HEX #C53453 Old Rose

📋 copy color: '#C53453'

red 197 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #C53453

Tints of Old Rose #C53453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 59.34%
G = 15.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53453 (or 0xC53453) is known color: Old Rose. HEX triplet: C5, 34 and 53. RGB value is (197,52,83). Sum of RGB (Red+Green+Blue) = 197+52+83=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53453 is #3ACBAC. Grayscale: #626262. Windows color (decimal): -3853229 or 5452997. OLE color: 5452997.

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

Color convert

RGB 197 52 83 -
CMYK 0 0.74 0.58 0.23
HSL 347.17º 0.58% 0.49% -
HSV(B) 347.17º 0.74% 0.77% -
XYZ 25.82 14.95 9.71 -
YUV 98.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 197 52 83 0 0.74 0.58 0.23 347.17 0.58 0.49
Hex C5 34 53 0 4A 3A 17 15B 3A 31
Octal 305 64 123 0 112 72 27 533 72 61
Binary 11000101 110100 1010011 0 1001010 111010 10111 101011011 111010 110001

Color Harmonies of #C53453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53453

Black with #C53453

Text Example


Text Example

White with #C53453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53453; }

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

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

background-color css

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

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

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

border-color css

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

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

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