#C8796E

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

Shades of Contessa #C8796E

Tints of Contessa #C8796E

Color information

#C8796E (or 0xC8796E) is unknown color: approx Contessa. HEX triplet: C8, 79 and 6E. RGB value is (200,121,110). Sum of RGB (Red+Green+Blue) = 200+121+110=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8796E is #378691. Grayscale: #8F8F8F. Windows color (decimal): -3638930 or 7240136. OLE color: 7240136.

HSL color Cylindrical-coordinate representation of color #C8796E: hue angle of 7.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8796E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB200121110-
CMYK00.390.450.22
HSL7.33º45%60.78%-
HSV(B)7.33º45%78.43%-
XYZ33.4727.0818.21-
YUV143.37109.17168.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=46.40%
G=28.07%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012111000.390.450.227.334560.78
HexC8796E0272D1672d3d
Octal310171156047552675575
Binary1100100011110011101110010011110110110110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8796E; }

 p { color: rgb(200,121,110); }

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

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

 a { background-color: rgb(200,121,110); }

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

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

 span { border-color: rgb(200,121,110); }

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