#C9654B

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

Shades of Red Damask #C9654B

Tints of Red Damask #C9654B

Color information

#C9654B (or 0xC9654B) is unknown color: approx Red Damask. HEX triplet: C9, 65 and 4B. RGB value is (201,101,75). Sum of RGB (Red+Green+Blue) = 201+101+75=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9654B is #369AB4. Grayscale: #808080. Windows color (decimal): -3578549 or 4941257. OLE color: 4941257.

HSL color Cylindrical-coordinate representation of color #C9654B: hue angle of 12.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9654B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20110175-
CMYK00.500.630.21
HSL12.38º53.85%54.12%-
HSV(B)12.38º62.69%78.82%-
XYZ30.0122.239.37-
YUV127.9498.13180.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=53.32%
G=26.79%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011017500.500.630.2112.3853.8554.12
HexC9654B0323F15c3636
Octal3111451130627725146666
Binary11001001110010110010110110010111111101011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9654B; }

 p { color: rgb(201,101,75); }

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

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

 a { background-color: rgb(201,101,75); }

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

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

 span { border-color: rgb(201,101,75); }

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