Html Css Color HEX #C57649 Red Damask

📋 copy color: '#C57649'

red 197 ◦ green 118 ◦ blue 73

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

Shades of Red Damask #C57649

Tints of Red Damask #C57649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 50.77%
G = 30.41%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C57649 (or 0xC57649) is known color: Red Damask. HEX triplet: C5, 76 and 49. RGB value is (197,118,73). Sum of RGB (Red+Green+Blue) = 197+118+73=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C57649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57649 is #3A89B6. Grayscale: #888888. Windows color (decimal): -3836343 or 4814533. OLE color: 4814533.

HSL color Cylindrical-coordinate representation of color #C57649: hue angle of 21.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C57649 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 73 -
CMYK 0 0.40 0.63 0.23
HSL 21.77º 0.52% 0.53% -
HSV(B) 21.77º 0.63% 0.77% -
XYZ 30.71 25.31 9.57 -
YUV 136.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 197 118 73 0 0.40 0.63 0.23 21.77 0.52 0.53
Hex C5 76 49 0 28 3F 17 16 34 35
Octal 305 166 111 0 50 77 27 26 64 65
Binary 11000101 1110110 1001001 0 101000 111111 10111 10110 110100 110101

Color Harmonies of #C57649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57649

Black with #C57649

Text Example


Text Example

White with #C57649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57649; }

 p { color: rgb(197,118,73); }

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

background-color css

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

 a { background-color: rgb(197,118,73); }

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

border-color css

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

 span { border-color: rgb(197,118,73); }

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