#C6756E

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

Shades of Contessa #C6756E

Tints of Contessa #C6756E

Color information

#C6756E (or 0xC6756E) is unknown color: approx Contessa. HEX triplet: C6, 75 and 6E. RGB value is (198,117,110). Sum of RGB (Red+Green+Blue) = 198+117+110=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756E is #398A91. Grayscale: #8C8C8C. Windows color (decimal): -3771026 or 7239110. OLE color: 7239110.

HSL color Cylindrical-coordinate representation of color #C6756E: hue angle of 4.77º 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 #C6756E is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198117110-
CMYK00.410.440.22
HSL4.77º43.56%60.39%-
HSV(B)4.77º44.44%77.65%-
XYZ32.4625.8518.03-
YUV140.42110.84169.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=46.59%
G=27.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811711000.410.440.224.7743.5660.39
HexC6756E0292C1652c3c
Octal306165156051542655474
Binary1100011011101011101110010100110110010110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6756E; }

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

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

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

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

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

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

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

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