#C6704B

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

Shades of Red Damask #C6704B

Tints of Red Damask #C6704B

Color information

#C6704B (or 0xC6704B) is unknown color: approx Red Damask. HEX triplet: C6, 70 and 4B. RGB value is (198,112,75). Sum of RGB (Red+Green+Blue) = 198+112+75=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6704B is #398FB4. Grayscale: #858585. Windows color (decimal): -3772341 or 4944070. OLE color: 4944070.

HSL color Cylindrical-coordinate representation of color #C6704B: hue angle of 18.05º degrees, saturation: 0.52, 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 #C6704B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19811275-
CMYK00.430.620.22
HSL18.05º51.9%53.53%-
HSV(B)18.05º62.12%77.65%-
XYZ30.3524.19.71-
YUV133.594.99174.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=51.43%
G=29.09%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981127500.430.620.2218.0551.953.53
HexC6704B02B3E16123436
Octal3061601130537626226466
Binary110001101110000100101101010111111101011010010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6704B; }

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

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

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

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

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

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

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

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