#C7766A

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

Shades of Contessa #C7766A

Tints of Contessa #C7766A

Color information

#C7766A (or 0xC7766A) is unknown color: approx Contessa. HEX triplet: C7, 76 and 6A. RGB value is (199,118,106). Sum of RGB (Red+Green+Blue) = 199+118+106=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7766A is #388995. Grayscale: #8C8C8C. Windows color (decimal): -3705238 or 6977223. OLE color: 6977223.

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

Color convert

RGB199118106-
CMYK00.410.470.22
HSL7.74º45.37%59.8%-
HSV(B)7.74º46.73%78.04%-
XYZ32.6326.1416.96-
YUV140.85108.34169.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=47.04%
G=27.90%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911810600.410.470.227.7445.3759.8
HexC7766A0292F1682d3c
Octal3071661520515726105574
Binary11000111111011011010100101001101111101101000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7766A; }

 p { color: rgb(199,118,106); }

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

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

 a { background-color: rgb(199,118,106); }

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

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

 span { border-color: rgb(199,118,106); }

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