#C8766D

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

Shades of Contessa #C8766D

Tints of Contessa #C8766D

Color information

#C8766D (or 0xC8766D) is unknown color: approx Contessa. HEX triplet: C8, 76 and 6D. RGB value is (200,118,109). Sum of RGB (Red+Green+Blue) = 200+118+109=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8766D is #378992. Grayscale: #8D8D8D. Windows color (decimal): -3639699 or 7173832. OLE color: 7173832.

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

Color convert

RGB200118109-
CMYK00.410.460.22
HSL5.93º45.27%60.59%-
HSV(B)5.93º45.5%78.43%-
XYZ33.0626.3417.81-
YUV141.49109.67169.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=46.84%
G=27.63%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011810900.410.460.225.9345.2760.59
HexC8766D0292E1662d3d
Octal310166155051562665575
Binary1100100011101101101101010100110111010110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8766D; }

 p { color: rgb(200,118,109); }

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

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

 a { background-color: rgb(200,118,109); }

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

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

 span { border-color: rgb(200,118,109); }

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