#C67144

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

Shades of Red Damask #C67144

Tints of Red Damask #C67144

Color information

#C67144 (or 0xC67144) is unknown color: approx Red Damask. HEX triplet: C6, 71 and 44. RGB value is (198,113,68). Sum of RGB (Red+Green+Blue) = 198+113+68=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C67144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67144 is #398EBB. Grayscale: #858585. Windows color (decimal): -3772092 or 4485574. OLE color: 4485574.

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

Color convert

RGB19811368-
CMYK00.430.660.22
HSL20.77º53.28%52.16%-
HSV(B)20.77º65.66%77.65%-
XYZ30.2424.238.55-
YUV133.2891.16174.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=52.24%
G=29.82%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981136800.430.660.2220.7753.2852.16
HexC6714402B4216153534
Octal30616110405310226256564
Binary1100011011100011000100010101110000101011010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67144; }

 p { color: rgb(198,113,68); }

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

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

 a { background-color: rgb(198,113,68); }

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

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

 span { border-color: rgb(198,113,68); }

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