#C6684F

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

Shades of Red Damask #C6684F

Tints of Red Damask #C6684F

Color information

#C6684F (or 0xC6684F) is unknown color: approx Red Damask. HEX triplet: C6, 68 and 4F. RGB value is (198,104,79). Sum of RGB (Red+Green+Blue) = 198+104+79=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6684F is #3997B0. Grayscale: #818181. Windows color (decimal): -3774385 or 5204166. OLE color: 5204166.

HSL color Cylindrical-coordinate representation of color #C6684F: hue angle of 12.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6684F is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19810479-
CMYK00.470.600.22
HSL12.61º51.07%54.31%-
HSV(B)12.61º60.1%77.65%-
XYZ29.6522.4710.17-
YUV129.2699.64177.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=51.97%
G=27.30%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981047900.470.600.2212.6151.0754.31
HexC6684F02F3C16d3336
Octal3061501170577426156366
Binary11000110110100010011110101111111100101101101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6684F; }

 p { color: rgb(198,104,79); }

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

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

 a { background-color: rgb(198,104,79); }

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

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

 span { border-color: rgb(198,104,79); }

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