#C67849

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

Shades of Red Damask #C67849

Tints of Red Damask #C67849

Color information

#C67849 (or 0xC67849) is unknown color: approx Red Damask. HEX triplet: C6, 78 and 49. RGB value is (198,120,73). Sum of RGB (Red+Green+Blue) = 198+120+73=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67849 is #3987B6. Grayscale: #8A8A8A. Windows color (decimal): -3770295 or 4815046. OLE color: 4815046.

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

Color convert

RGB19812073-
CMYK00.390.630.22
HSL22.56º52.3%53.14%-
HSV(B)22.56º63.13%77.65%-
XYZ31.2125.929.66-
YUV137.9691.34170.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=50.64%
G=30.69%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981207300.390.630.2222.5652.353.14
HexC678490273F16173435
Octal3061701110477726276465
Binary110001101111000100100101001111111111011010111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67849; }

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

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

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

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

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

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

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

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