Html Css Color HEX #C53553 Old Rose

📋 copy color: '#C53553'

red 197 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #C53553

Tints of Old Rose #C53553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 59.16%
G = 15.92%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53553 (or 0xC53553) is known color: Old Rose. HEX triplet: C5, 35 and 53. RGB value is (197,53,83). Sum of RGB (Red+Green+Blue) = 197+53+83=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53553 is #3ACAAC. Grayscale: #636363. Windows color (decimal): -3852973 or 5453253. OLE color: 5453253.

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

Color convert

RGB 197 53 83 -
CMYK 0 0.73 0.58 0.23
HSL 347.5º 0.58% 0.49% -
HSV(B) 347.5º 0.73% 0.77% -
XYZ 25.86 15.04 9.72 -
YUV 99.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 197 53 83 0 0.73 0.58 0.23 347.5 0.58 0.49
Hex C5 35 53 0 49 3A 17 15C 3A 31
Octal 305 65 123 0 111 72 27 534 72 61
Binary 11000101 110101 1010011 0 1001001 111010 10111 101011100 111010 110001

Color Harmonies of #C53553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53553

Black with #C53553

Text Example


Text Example

White with #C53553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53553; }

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

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

background-color css

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

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

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

border-color css

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

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

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