#C8796C

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

Shades of Contessa #C8796C

Tints of Contessa #C8796C

Color information

#C8796C (or 0xC8796C) is unknown color: approx Contessa. HEX triplet: C8, 79 and 6C. RGB value is (200,121,108). Sum of RGB (Red+Green+Blue) = 200+121+108=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8796C is #378693. Grayscale: #8F8F8F. Windows color (decimal): -3638932 or 7109064. OLE color: 7109064.

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

Color convert

RGB200121108-
CMYK00.390.460.22
HSL8.48º45.54%60.39%-
HSV(B)8.48º46%78.43%-
XYZ33.3627.0417.65-
YUV143.14108.17168.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=46.62%
G=28.21%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012110800.390.460.228.4845.5460.39
HexC8796C0272E1682e3c
Octal3101711540475626105674
Binary11001000111100111011000100111101110101101000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8796C; }

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

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

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

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

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

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

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

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