Html Css Color HEX #C53959 Old Rose

📋 copy color: '#C53959'

red 197 ◦ green 57 ◦ blue 89

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

Shades of Old Rose #C53959

Tints of Old Rose #C53959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 57.43%
G = 16.62%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53959 (or 0xC53959) is known color: Old Rose. HEX triplet: C5, 39 and 59. RGB value is (197,57,89). Sum of RGB (Red+Green+Blue) = 197+57+89=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C53959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53959 is #3AC6A6. Grayscale: #666666. Windows color (decimal): -3851943 or 5847493. OLE color: 5847493.

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

Color convert

RGB 197 57 89 -
CMYK 0 0.71 0.55 0.23
HSL 346.29º 0.55% 0.5% -
HSV(B) 346.29º 0.71% 0.77% -
XYZ 26.29 15.52 11.06 -
YUV 102.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 197 57 89 0 0.71 0.55 0.23 346.29 0.55 0.5
Hex C5 39 59 0 47 37 17 15A 37 32
Octal 305 71 131 0 107 67 27 532 67 62
Binary 11000101 111001 1011001 0 1000111 110111 10111 101011010 110111 110010

Color Harmonies of #C53959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53959

Black with #C53959

Text Example


Text Example

White with #C53959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53959; }

 p { color: rgb(197,57,89); }

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

background-color css

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

 a { background-color: rgb(197,57,89); }

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

border-color css

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

 span { border-color: rgb(197,57,89); }

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