#C6716E

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

Shades of Contessa #C6716E

Tints of Contessa #C6716E

Color information

#C6716E (or 0xC6716E) is unknown color: approx Contessa. HEX triplet: C6, 71 and 6E. RGB value is (198,113,110). Sum of RGB (Red+Green+Blue) = 198+113+110=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6716E is #398E91. Grayscale: #8A8A8A. Windows color (decimal): -3772050 or 7238086. OLE color: 7238086.

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

Color convert

RGB198113110-
CMYK00.430.440.22
HSL2.05º43.56%60.39%-
HSV(B)2.05º44.44%77.65%-
XYZ32.0124.9417.88-
YUV138.07112.16170.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=47.03%
G=26.84%
B=26.13%

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
Decimal19811311000.430.440.222.0543.5660.39
HexC6716E02B2C1622c3c
Octal306161156053542625474
Binary110001101110001110111001010111011001011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6716E; }

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

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

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

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

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

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

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

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