#C6706D

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

Shades of Contessa #C6706D

Tints of Contessa #C6706D

Color information

#C6706D (or 0xC6706D) is unknown color: approx Contessa. HEX triplet: C6, 70 and 6D. RGB value is (198,112,109). Sum of RGB (Red+Green+Blue) = 198+112+109=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6706D is #398F92. Grayscale: #898989. Windows color (decimal): -3772307 or 7172294. OLE color: 7172294.

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

Color convert

RGB198112109-
CMYK00.430.450.22
HSL2.02º43.84%60.2%-
HSV(B)2.02º44.95%77.65%-
XYZ31.8424.717.56-
YUV137.37111.99171.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=47.26%
G=26.73%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811210900.430.450.222.0243.8460.2
HexC6706D02B2D1622c3c
Octal306160155053552625474
Binary110001101110000110110101010111011011011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6706D; }

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

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

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

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

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

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

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

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