#C6766F

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

Shades of Contessa #C6766F

Tints of Contessa #C6766F

Color information

#C6766F (or 0xC6766F) is unknown color: approx Contessa. HEX triplet: C6, 76 and 6F. RGB value is (198,118,111). Sum of RGB (Red+Green+Blue) = 198+118+111=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6766F is #398990. Grayscale: #8D8D8D. Windows color (decimal): -3770769 or 7304902. OLE color: 7304902.

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

Color convert

RGB198118111-
CMYK00.400.440.22
HSL4.83º43.28%60.59%-
HSV(B)4.83º43.94%77.65%-
XYZ32.6426.1118.36-
YUV141.12111168.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=46.37%
G=27.63%
B=26.00%

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
Decimal19811811100.400.440.224.8343.2860.59
HexC6766F0282C1652b3d
Octal306166157050542655375
Binary1100011011101101101111010100010110010110101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6766F; }

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

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

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

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

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

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

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

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