#C8766C

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

Shades of Contessa #C8766C

Tints of Contessa #C8766C

Color information

#C8766C (or 0xC8766C) is unknown color: approx Contessa. HEX triplet: C8, 76 and 6C. RGB value is (200,118,108). Sum of RGB (Red+Green+Blue) = 200+118+108=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8766C is #378993. Grayscale: #8D8D8D. Windows color (decimal): -3639700 or 7108296. OLE color: 7108296.

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

Color convert

RGB200118108-
CMYK00.410.460.22
HSL6.52º45.54%60.39%-
HSV(B)6.52º46%78.43%-
XYZ3326.3217.53-
YUV141.38109.17169.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=46.95%
G=27.70%
B=25.35%

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
Decimal20011810800.410.460.226.5245.5460.39
HexC8766C0292E1672e3c
Octal310166154051562675674
Binary1100100011101101101100010100110111010110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8766C; }

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

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

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

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

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

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

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

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