#C6756A

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

Shades of Contessa #C6756A

Tints of Contessa #C6756A

Color information

#C6756A (or 0xC6756A) is unknown color: approx Contessa. HEX triplet: C6, 75 and 6A. RGB value is (198,117,106). Sum of RGB (Red+Green+Blue) = 198+117+106=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6756A is #398A95. Grayscale: #8C8C8C. Windows color (decimal): -3771030 or 6976966. OLE color: 6976966.

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

Color convert

RGB198117106-
CMYK00.410.460.22
HSL7.17º44.66%59.61%-
HSV(B)7.17º46.46%77.65%-
XYZ32.2525.7716.91-
YUV139.96108.84169.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=47.03%
G=27.79%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811710600.410.460.227.1744.6659.61
HexC6756A0292E1672d3c
Octal306165152051562675574
Binary1100011011101011101010010100110111010110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6756A; }

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

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

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

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

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

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

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

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