#C8776C

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

Shades of Contessa #C8776C

Tints of Contessa #C8776C

Color information

#C8776C (or 0xC8776C) is unknown color: approx Contessa. HEX triplet: C8, 77 and 6C. RGB value is (200,119,108). Sum of RGB (Red+Green+Blue) = 200+119+108=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8776C is #378893. Grayscale: #8E8E8E. Windows color (decimal): -3639444 or 7108552. OLE color: 7108552.

HSL color Cylindrical-coordinate representation of color #C8776C: hue angle of 7.17º 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 #C8776C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200119108-
CMYK00.400.460.22
HSL7.17º45.54%60.39%-
HSV(B)7.17º46%78.43%-
XYZ33.1226.5617.57-
YUV141.96108.84169.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=46.84%
G=27.87%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011910800.400.460.227.1745.5460.39
HexC8776C0282E1672e3c
Octal310167154050562675674
Binary1100100011101111101100010100010111010110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8776C; }

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

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

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

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

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

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

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

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