#C6746C

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

Shades of Contessa #C6746C

Tints of Contessa #C6746C

Color information

#C6746C (or 0xC6746C) is unknown color: approx Contessa. HEX triplet: C6, 74 and 6C. RGB value is (198,116,108). Sum of RGB (Red+Green+Blue) = 198+116+108=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6746C is #398B93. Grayscale: #8B8B8B. Windows color (decimal): -3771284 or 7107782. OLE color: 7107782.

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

Color convert

RGB198116108-
CMYK00.410.450.22
HSL5.33º44.12%60%-
HSV(B)5.33º45.45%77.65%-
XYZ32.2425.5817.43-
YUV139.61110.17169.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=46.92%
G=27.49%
B=25.59%

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
Decimal19811610800.410.450.225.3344.1260
HexC6746C0292D1652c3c
Octal306164154051552655474
Binary1100011011101001101100010100110110110110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6746C; }

 p { color: rgb(198,116,108); }

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

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

 a { background-color: rgb(198,116,108); }

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

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

 span { border-color: rgb(198,116,108); }

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