#C67349

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

Shades of Red Damask #C67349

Tints of Red Damask #C67349

Color information

#C67349 (or 0xC67349) is unknown color: approx Red Damask. HEX triplet: C6, 73 and 49. RGB value is (198,115,73). Sum of RGB (Red+Green+Blue) = 198+115+73=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C67349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67349 is #398CB6. Grayscale: #878787. Windows color (decimal): -3771575 or 4813766. OLE color: 4813766.

HSL color Cylindrical-coordinate representation of color #C67349: hue angle of 20.16º 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 #C67349 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19811573-
CMYK00.420.630.22
HSL20.16º52.3%53.14%-
HSV(B)20.16º63.13%77.65%-
XYZ30.6224.759.47-
YUV135.0393172.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=51.30%
G=29.79%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981157300.420.630.2220.1652.353.14
HexC6734902A3F16143435
Octal3061631110527726246465
Binary110001101110011100100101010101111111011010100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67349; }

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

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

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

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

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

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

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

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