#C67449

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

Shades of Red Damask #C67449

Tints of Red Damask #C67449

Color information

#C67449 (or 0xC67449) is unknown color: approx Red Damask. HEX triplet: C6, 74 and 49. RGB value is (198,116,73). Sum of RGB (Red+Green+Blue) = 198+116+73=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67449 is #398BB6. Grayscale: #878787. Windows color (decimal): -3771319 or 4814022. OLE color: 4814022.

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

Color convert

RGB19811673-
CMYK00.410.630.22
HSL20.64º52.3%53.14%-
HSV(B)20.64º63.13%77.65%-
XYZ30.7424.989.5-
YUV135.6292.67172.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=51.16%
G=29.97%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981167300.410.630.2220.6452.353.14
HexC674490293F16153435
Octal3061641110517726256465
Binary110001101110100100100101010011111111011010101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67449; }

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

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

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

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

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

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

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

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