#C6716D

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

Shades of Contessa #C6716D

Tints of Contessa #C6716D

Color information

#C6716D (or 0xC6716D) is unknown color: approx Contessa. HEX triplet: C6, 71 and 6D. RGB value is (198,113,109). Sum of RGB (Red+Green+Blue) = 198+113+109=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6716D is #398E92. Grayscale: #8A8A8A. Windows color (decimal): -3772051 or 7172550. OLE color: 7172550.

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

Color convert

RGB198113109-
CMYK00.430.450.22
HSL2.7º43.84%60.2%-
HSV(B)2.7º44.95%77.65%-
XYZ31.9524.9217.59-
YUV137.96111.66170.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=47.14%
G=26.90%
B=25.95%

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
Decimal19811310900.430.450.222.743.8460.2
HexC6716D02B2D1632c3c
Octal306161155053552635474
Binary110001101110001110110101010111011011011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6716D; }

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

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

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

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

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

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

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

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