#C6766E

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

Shades of Contessa #C6766E

Tints of Contessa #C6766E

Color information

#C6766E (or 0xC6766E) is unknown color: approx Contessa. HEX triplet: C6, 76 and 6E. RGB value is (198,118,110). Sum of RGB (Red+Green+Blue) = 198+118+110=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6766E is #398991. Grayscale: #8D8D8D. Windows color (decimal): -3770770 or 7239366. OLE color: 7239366.

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

Color convert

RGB198118110-
CMYK00.400.440.22
HSL5.45º43.56%60.39%-
HSV(B)5.45º44.44%77.65%-
XYZ32.5826.0918.07-
YUV141.01110.5168.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=46.48%
G=27.70%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811811000.400.440.225.4543.5660.39
HexC6766E0282C1652c3c
Octal306166156050542655474
Binary1100011011101101101110010100010110010110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6766E; }

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

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

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

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

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

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

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

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