#C9766E

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

Shades of Contessa #C9766E

Tints of Contessa #C9766E

Color information

#C9766E (or 0xC9766E) is unknown color: approx Contessa. HEX triplet: C9, 76 and 6E. RGB value is (201,118,110). Sum of RGB (Red+Green+Blue) = 201+118+110=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9766E is #368991. Grayscale: #8E8E8E. Windows color (decimal): -3574162 or 7239369. OLE color: 7239369.

HSL color Cylindrical-coordinate representation of color #C9766E: hue angle of 5.27º 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 #C9766E is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB201118110-
CMYK00.410.450.21
HSL5.27º45.73%60.98%-
HSV(B)5.27º45.27%78.82%-
XYZ33.3826.518.11-
YUV141.9110170.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=46.85%
G=27.51%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111811000.410.450.215.2745.7360.98
HexC9766E0292D1552e3d
Octal311166156051552555675
Binary1100100111101101101110010100110110110101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9766E; }

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

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

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

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

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

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

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

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