#C8766E

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

Shades of Contessa #C8766E

Tints of Contessa #C8766E

Color information

#C8766E (or 0xC8766E) is unknown color: approx Contessa. HEX triplet: C8, 76 and 6E. RGB value is (200,118,110). Sum of RGB (Red+Green+Blue) = 200+118+110=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8766E is #378991. Grayscale: #8D8D8D. Windows color (decimal): -3639698 or 7239368. OLE color: 7239368.

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

Color convert

RGB200118110-
CMYK00.410.450.22
HSL5.33º45%60.78%-
HSV(B)5.33º45%78.43%-
XYZ33.1126.3618.1-
YUV141.61110.17169.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=46.73%
G=27.57%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011811000.410.450.225.334560.78
HexC8766E0292D1652d3d
Octal310166156051552655575
Binary1100100011101101101110010100110110110110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8766E; }

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

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

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

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

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

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

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

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