#C6706E

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

Shades of Contessa #C6706E

Tints of Contessa #C6706E

Color information

#C6706E (or 0xC6706E) is unknown color: approx Contessa. HEX triplet: C6, 70 and 6E. RGB value is (198,112,110). Sum of RGB (Red+Green+Blue) = 198+112+110=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6706E is #398F91. Grayscale: #898989. Windows color (decimal): -3772306 or 7237830. OLE color: 7237830.

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

Color convert

RGB198112110-
CMYK00.430.440.22
HSL1.36º43.56%60.39%-
HSV(B)1.36º44.44%77.65%-
XYZ31.924.7217.84-
YUV137.49112.49171.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=47.14%
G=26.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811211000.430.440.221.3643.5660.39
HexC6706E02B2C1612c3c
Octal306160156053542615474
Binary11000110111000011011100101011101100101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6706E; }

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

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

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

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

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

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

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

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