Html Css Color HEX #C57353 Red Damask

📋 copy color: '#C57353'

red 197 ◦ green 115 ◦ blue 83

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

Shades of Red Damask #C57353

Tints of Red Damask #C57353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 49.87%
G = 29.11%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C57353 (or 0xC57353) is known color: Red Damask. HEX triplet: C5, 73 and 53. RGB value is (197,115,83). Sum of RGB (Red+Green+Blue) = 197+115+83=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57353 is #3A8CAC. Grayscale: #888888. Windows color (decimal): -3837101 or 5469125. OLE color: 5469125.

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

Color convert

RGB 197 115 83 -
CMYK 0 0.42 0.58 0.23
HSL 16.84º 0.5% 0.55% -
HSV(B) 16.84º 0.58% 0.77% -
XYZ 30.72 24.76 11.34 -
YUV 135.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 197 115 83 0 0.42 0.58 0.23 16.84 0.5 0.55
Hex C5 73 53 0 2A 3A 17 11 32 37
Octal 305 163 123 0 52 72 27 21 62 67
Binary 11000101 1110011 1010011 0 101010 111010 10111 10001 110010 110111

Color Harmonies of #C57353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57353

Black with #C57353

Text Example


Text Example

White with #C57353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57353; }

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

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

background-color css

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

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

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

border-color css

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

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

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