#C8796B

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

Shades of Contessa #C8796B

Tints of Contessa #C8796B

Color information

#C8796B (or 0xC8796B) is unknown color: approx Contessa. HEX triplet: C8, 79 and 6B. RGB value is (200,121,107). Sum of RGB (Red+Green+Blue) = 200+121+107=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8796B is #378694. Grayscale: #8F8F8F. Windows color (decimal): -3638933 or 7043528. OLE color: 7043528.

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

Color convert

RGB200121107-
CMYK00.390.460.22
HSL9.03º45.81%60.2%-
HSV(B)9.03º46.5%78.43%-
XYZ33.3127.0217.37-
YUV143.02107.67168.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 107 (42.19% from 255) = 25%
R=46.73%
G=28.27%
B=25%

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
Decimal20012110700.390.460.229.0345.8160.2
HexC8796B0272E1692e3c
Octal3101711530475626115674
Binary11001000111100111010110100111101110101101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8796B; }

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

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

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

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

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

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

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

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