#C9664D

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

Shades of Red Damask #C9664D

Tints of Red Damask #C9664D

Color information

#C9664D (or 0xC9664D) is unknown color: approx Red Damask. HEX triplet: C9, 66 and 4D. RGB value is (201,102,77). Sum of RGB (Red+Green+Blue) = 201+102+77=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9664D is #3699B2. Grayscale: #808080. Windows color (decimal): -3578291 or 5072585. OLE color: 5072585.

HSL color Cylindrical-coordinate representation of color #C9664D: hue angle of 12.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9664D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20110277-
CMYK00.490.620.21
HSL12.1º53.45%54.51%-
HSV(B)12.1º61.69%78.82%-
XYZ30.1822.469.77-
YUV128.7598.8179.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=52.89%
G=26.84%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011027700.490.620.2112.153.4554.51
HexC9664D0313E15c3537
Octal3111461150617625146567
Binary11001001110011010011010110001111110101011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9664D; }

 p { color: rgb(201,102,77); }

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

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

 a { background-color: rgb(201,102,77); }

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

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

 span { border-color: rgb(201,102,77); }

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