#C6756D

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

Shades of Contessa #C6756D

Tints of Contessa #C6756D

Color information

#C6756D (or 0xC6756D) is unknown color: approx Contessa. HEX triplet: C6, 75 and 6D. RGB value is (198,117,109). Sum of RGB (Red+Green+Blue) = 198+117+109=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756D is #398A92. Grayscale: #8C8C8C. Windows color (decimal): -3771027 or 7173574. OLE color: 7173574.

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

Color convert

RGB198117109-
CMYK00.410.450.22
HSL5.39º43.84%60.2%-
HSV(B)5.39º44.95%77.65%-
XYZ32.4125.8317.75-
YUV140.31110.34169.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=46.70%
G=27.59%
B=25.71%

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
Decimal19811710900.410.450.225.3943.8460.2
HexC6756D0292D1652c3c
Octal306165155051552655474
Binary1100011011101011101101010100110110110110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6756D; }

 p { color: rgb(198,117,109); }

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

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

 a { background-color: rgb(198,117,109); }

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

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

 span { border-color: rgb(198,117,109); }

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