#C2776E

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

Shades of Contessa #C2776E

Tints of Contessa #C2776E

Color information

#C2776E (or 0xC2776E) is unknown color: approx Contessa. HEX triplet: C2, 77 and 6E. RGB value is (194,119,110). Sum of RGB (Red+Green+Blue) = 194+119+110=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2776E is #3D8891. Grayscale: #8C8C8C. Windows color (decimal): -4032658 or 7239618. OLE color: 7239618.

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

Color convert

RGB194119110-
CMYK00.390.430.24
HSL6.43º40.78%59.61%-
HSV(B)6.43º43.3%76.08%-
XYZ31.6625.7918.06-
YUV140.4110.85166.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=45.86%
G=28.13%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411911000.390.430.246.4340.7859.61
HexC2776E0272B186293c
Octal302167156047533065174
Binary1100001011101111101110010011110101111000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2776E; }

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

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

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

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

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

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

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

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