#C6776E

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

Shades of Contessa #C6776E

Tints of Contessa #C6776E

Color information

#C6776E (or 0xC6776E) is unknown color: approx Contessa. HEX triplet: C6, 77 and 6E. RGB value is (198,119,110). Sum of RGB (Red+Green+Blue) = 198+119+110=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6776E is #398891. Grayscale: #8D8D8D. Windows color (decimal): -3770514 or 7239622. OLE color: 7239622.

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

Color convert

RGB198119110-
CMYK00.400.440.22
HSL6.14º43.56%60.39%-
HSV(B)6.14º44.44%77.65%-
XYZ32.726.3318.11-
YUV141.6110.17168.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=46.37%
G=27.87%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811911000.400.440.226.1443.5660.39
HexC6776E0282C1662c3c
Octal306167156050542665474
Binary1100011011101111101110010100010110010110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6776E; }

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

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

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

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

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

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

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

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