#C8776F

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

Shades of Contessa #C8776F

Tints of Contessa #C8776F

Color information

#C8776F (or 0xC8776F) is unknown color: approx Contessa. HEX triplet: C8, 77 and 6F. RGB value is (200,119,111). Sum of RGB (Red+Green+Blue) = 200+119+111=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8776F is #378890. Grayscale: #8E8E8E. Windows color (decimal): -3639441 or 7305160. OLE color: 7305160.

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

Color convert

RGB200119111-
CMYK00.400.440.22
HSL5.39º44.72%60.98%-
HSV(B)5.39º44.5%78.43%-
XYZ33.2926.6218.42-
YUV142.31110.34169.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=46.51%
G=27.67%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011911100.400.440.225.3944.7260.98
HexC8776F0282C1652d3d
Octal310167157050542655575
Binary1100100011101111101111010100010110010110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8776F; }

 p { color: rgb(200,119,111); }

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

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

 a { background-color: rgb(200,119,111); }

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

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

 span { border-color: rgb(200,119,111); }

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