#C9706E

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

Shades of Contessa #C9706E

Tints of Contessa #C9706E

Color information

#C9706E (or 0xC9706E) is unknown color: approx Contessa. HEX triplet: C9, 70 and 6E. RGB value is (201,112,110). Sum of RGB (Red+Green+Blue) = 201+112+110=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9706E is #368F91. Grayscale: #8A8A8A. Windows color (decimal): -3575698 or 7237833. OLE color: 7237833.

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

Color convert

RGB201112110-
CMYK00.440.450.21
HSL1.32º45.73%60.98%-
HSV(B)1.32º45.27%78.82%-
XYZ32.725.1317.88-
YUV138.38111.99172.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=47.52%
G=26.48%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111211000.440.450.211.3245.7360.98
HexC9706E02C2D1512e3d
Octal311160156054552515675
Binary11001001111000011011100101100101101101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9706E; }

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

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

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

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

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

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

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

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