Html Css Color HEX #C53657 Old Rose

📋 copy color: '#C53657'

red 197 ◦ green 54 ◦ blue 87

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

Shades of Old Rose #C53657

Tints of Old Rose #C53657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 58.28%
G = 15.98%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53657 (or 0xC53657) is known color: Old Rose. HEX triplet: C5, 36 and 57. RGB value is (197,54,87). Sum of RGB (Red+Green+Blue) = 197+54+87=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C53657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53657 is #3AC9A8. Grayscale: #646464. Windows color (decimal): -3852713 or 5715653. OLE color: 5715653.

HSL color Cylindrical-coordinate representation of color #C53657: hue angle of 346.15º degrees, saturation: 0.57, 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 #C53657 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 87 -
CMYK 0 0.73 0.56 0.23
HSL 346.15º 0.57% 0.49% -
HSV(B) 346.15º 0.73% 0.77% -
XYZ 26.07 15.2 10.58 -
YUV 100.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 197 54 87 0 0.73 0.56 0.23 346.15 0.57 0.49
Hex C5 36 57 0 49 38 17 15A 39 31
Octal 305 66 127 0 111 70 27 532 71 61
Binary 11000101 110110 1010111 0 1001001 111000 10111 101011010 111001 110001

Color Harmonies of #C53657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53657

Black with #C53657

Text Example


Text Example

White with #C53657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53657; }

 p { color: rgb(197,54,87); }

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

background-color css

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

 a { background-color: rgb(197,54,87); }

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

border-color css

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

 span { border-color: rgb(197,54,87); }

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