#C67446

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

Shades of Red Damask #C67446

Tints of Red Damask #C67446

Color information

#C67446 (or 0xC67446) is unknown color: approx Red Damask. HEX triplet: C6, 74 and 46. RGB value is (198,116,70). Sum of RGB (Red+Green+Blue) = 198+116+70=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67446 is #398BB9. Grayscale: #878787. Windows color (decimal): -3771322 or 4617414. OLE color: 4617414.

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

Color convert

RGB19811670-
CMYK00.410.650.22
HSL21.56º52.89%52.55%-
HSV(B)21.56º64.65%77.65%-
XYZ30.6424.948.99-
YUV135.2791.17172.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=51.56%
G=30.21%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981167000.410.650.2221.5652.8952.55
HexC674460294116163535
Octal30616410605110126266565
Binary1100011011101001000110010100110000011011010110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67446; }

 p { color: rgb(198,116,70); }

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

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

 a { background-color: rgb(198,116,70); }

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

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

 span { border-color: rgb(198,116,70); }

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