#C57648

Color #C57648 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C57648

Tints of Red Damask #C57648

Color information

#C57648 (or 0xC57648) is unknown color: approx 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

RGB19711872-
CMYK00.400.630.23
HSL22.08º51.87%52.75%-
HSV(B)22.08º63.45%77.25%-
XYZ30.6725.39.4-
YUV136.3891.67171.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=50.90%
G=30.49%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971187200.400.630.2322.0851.8752.75
HexC576480283F17163435
Octal3051661100507727266465
Binary110001011110110100100001010001111111011110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>