#C7704B

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

Shades of Red Damask #C7704B

Tints of Red Damask #C7704B

Color information

#C7704B (or 0xC7704B) is unknown color: approx Red Damask. HEX triplet: C7, 70 and 4B. RGB value is (199,112,75). Sum of RGB (Red+Green+Blue) = 199+112+75=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7704B is #388FB4. Grayscale: #868686. Windows color (decimal): -3706805 or 4944071. OLE color: 4944071.

HSL color Cylindrical-coordinate representation of color #C7704B: hue angle of 17.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7704B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19911275-
CMYK00.440.620.22
HSL17.9º52.54%53.73%-
HSV(B)17.9º62.31%78.04%-
XYZ30.6224.249.72-
YUV133.894.82174.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=51.55%
G=29.02%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991127500.440.620.2217.952.5453.73
HexC7704B02C3E16123536
Octal3071601130547626226566
Binary110001111110000100101101011001111101011010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7704B; }

 p { color: rgb(199,112,75); }

 H1.HeaderClassName
 {
   color: #C7704B;
 }
 .AnyTagClassName
 {
   color: #C7704B;
 }
</style>
background-color css

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

 a { background-color: rgb(199,112,75); }

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

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

 span { border-color: rgb(199,112,75); }

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