#C9796F

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

Shades of Contessa #C9796F

Tints of Contessa #C9796F

Color information

#C9796F (or 0xC9796F) is unknown color: approx Contessa. HEX triplet: C9, 79 and 6F. RGB value is (201,121,111). Sum of RGB (Red+Green+Blue) = 201+121+111=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9796F is #368690. Grayscale: #8F8F8F. Windows color (decimal): -3573393 or 7305673. OLE color: 7305673.

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

Color convert

RGB201121111-
CMYK00.400.450.21
HSL6.67º45.45%61.18%-
HSV(B)6.67º44.78%78.82%-
XYZ33.7927.2418.52-
YUV143.78109.5168.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=46.42%
G=27.94%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112111100.400.450.216.6745.4561.18
HexC9796F0282D1572d3d
Octal311171157050552575575
Binary1100100111110011101111010100010110110101111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9796F; }

 p { color: rgb(201,121,111); }

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

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

 a { background-color: rgb(201,121,111); }

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

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

 span { border-color: rgb(201,121,111); }

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