#C27776

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

Shades of Contessa #C27776

Tints of Contessa #C27776

Color information

#C27776 (or 0xC27776) is unknown color: approx Contessa. HEX triplet: C2, 77 and 76. RGB value is (194,119,118). Sum of RGB (Red+Green+Blue) = 194+119+118=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27776 is #3D8889. Grayscale: #8D8D8D. Windows color (decimal): -4032650 or 7763906. OLE color: 7763906.

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

Color convert

RGB194119118-
CMYK00.390.390.24
HSL0.79º38.38%61.18%-
HSV(B)0.79º39.18%76.08%-
XYZ32.1125.9720.46-
YUV141.31114.85165.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=45.01%
G=27.61%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411911800.390.390.240.7938.3861.18
HexC2777602727181263d
Octal302167166047473014675
Binary11000010111011111101100100111100111110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27776; }

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

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

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

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

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

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

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

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