Html Css Color HEX #C57648 Red Damask

📋 copy color: '#C57648'

red 197 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C57648

Tints of Red Damask #C57648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 50.9%
G = 30.49%
B = 18.6%

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

#C57648 (or 0xC57648) is known color: Red Damask. HEX triplet: C5, 76 and 48. RGB value is (197,118,72). Sum of RGB (Red+Green+Blue) = 197+118+72=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57648 is #3A89B7. Grayscale: #888888. Windows color (decimal): -3836344 or 4748997. OLE color: 4748997.

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

Color convert

RGB 197 118 72 -
CMYK 0 0.40 0.63 0.23
HSL 22.08º 0.52% 0.53% -
HSV(B) 22.08º 0.63% 0.77% -
XYZ 30.67 25.3 9.4 -
YUV 136.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 197 118 72 0 0.40 0.63 0.23 22.08 0.52 0.53
Hex C5 76 48 0 28 3F 17 16 34 35
Octal 305 166 110 0 50 77 27 26 64 65
Binary 11000101 1110110 1001000 0 101000 111111 10111 10110 110100 110101

Color Harmonies of #C57648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57648

Black with #C57648

Text Example


Text Example

White with #C57648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57648; }

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

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

background-color css

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

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

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

border-color css

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

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

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