#C9706D

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

Shades of Contessa #C9706D

Tints of Contessa #C9706D

Color information

#C9706D (or 0xC9706D) is unknown color: approx Contessa. HEX triplet: C9, 70 and 6D. RGB value is (201,112,109). Sum of RGB (Red+Green+Blue) = 201+112+109=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706D is #368F92. Grayscale: #8A8A8A. Windows color (decimal): -3575699 or 7172297. OLE color: 7172297.

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

Color convert

RGB201112109-
CMYK00.440.460.21
HSL1.96º46%60.78%-
HSV(B)1.96º45.77%78.82%-
XYZ32.6425.1117.59-
YUV138.27111.49172.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=47.63%
G=26.54%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111210900.440.460.211.964660.78
HexC9706D02C2E1522e3d
Octal311160155054562525675
Binary110010011110000110110101011001011101010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9706D; }

 p { color: rgb(201,112,109); }

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

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

 a { background-color: rgb(201,112,109); }

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

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

 span { border-color: rgb(201,112,109); }

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