#C2776A

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

Shades of Contessa #C2776A

Tints of Contessa #C2776A

Color information

#C2776A (or 0xC2776A) is unknown color: approx Contessa. HEX triplet: C2, 77 and 6A. RGB value is (194,119,106). Sum of RGB (Red+Green+Blue) = 194+119+106=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2776A is #3D8895. Grayscale: #8C8C8C. Windows color (decimal): -4032662 or 6977474. OLE color: 6977474.

HSL color Cylindrical-coordinate representation of color #C2776A: hue angle of 8.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2776A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194119106-
CMYK00.390.450.24
HSL8.86º41.9%58.82%-
HSV(B)8.86º45.36%76.08%-
XYZ31.4525.716.94-
YUV139.94108.85166.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=46.30%
G=28.40%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411910600.390.450.248.8641.958.82
HexC2776A0272D1892a3b
Octal3021671520475530115273
Binary11000010111011111010100100111101101110001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2776A; }

 p { color: rgb(194,119,106); }

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

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

 a { background-color: rgb(194,119,106); }

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

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

 span { border-color: rgb(194,119,106); }

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