#C67245

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

Shades of Red Damask #C67245

Tints of Red Damask #C67245

Color information

#C67245 (or 0xC67245) is unknown color: approx Red Damask. HEX triplet: C6, 72 and 45. RGB value is (198,114,69). Sum of RGB (Red+Green+Blue) = 198+114+69=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67245 is #398DBA. Grayscale: #868686. Windows color (decimal): -3771835 or 4551366. OLE color: 4551366.

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

Color convert

RGB19811469-
CMYK00.420.650.22
HSL20.93º53.09%52.35%-
HSV(B)20.93º65.15%77.65%-
XYZ30.3824.478.75-
YUV133.9991.33173.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=51.97%
G=29.92%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981146900.420.650.2220.9353.0952.35
HexC6724502A4116153534
Octal30616210505210126256564
Binary1100011011100101000101010101010000011011010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67245; }

 p { color: rgb(198,114,69); }

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

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

 a { background-color: rgb(198,114,69); }

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

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

 span { border-color: rgb(198,114,69); }

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