Html Css Color HEX #C53951 Old Rose

📋 copy color: '#C53951'

red 197 ◦ green 57 ◦ blue 81

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

Shades of Old Rose #C53951

Tints of Old Rose #C53951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 58.81%
G = 17.01%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53951 (or 0xC53951) is known color: Old Rose. HEX triplet: C5, 39 and 51. RGB value is (197,57,81). Sum of RGB (Red+Green+Blue) = 197+57+81=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53951 is #3AC6AE. Grayscale: #656565. Windows color (decimal): -3851951 or 5323205. OLE color: 5323205.

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

Color convert

RGB 197 57 81 -
CMYK 0 0.71 0.59 0.23
HSL 349.71º 0.55% 0.5% -
HSV(B) 349.71º 0.71% 0.77% -
XYZ 25.97 15.39 9.39 -
YUV 101.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 197 57 81 0 0.71 0.59 0.23 349.71 0.55 0.5
Hex C5 39 51 0 47 3B 17 15E 37 32
Octal 305 71 121 0 107 73 27 536 67 62
Binary 11000101 111001 1010001 0 1000111 111011 10111 101011110 110111 110010

Color Harmonies of #C53951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53951

Black with #C53951

Text Example


Text Example

White with #C53951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53951; }

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

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

background-color css

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

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

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

border-color css

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

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

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