#C27774

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

Shades of Contessa #C27774

Tints of Contessa #C27774

Color information

#C27774 (or 0xC27774) is unknown color: approx Contessa. HEX triplet: C2, 77 and 74. RGB value is (194,119,116). Sum of RGB (Red+Green+Blue) = 194+119+116=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27774 is #3D888B. Grayscale: #8D8D8D. Windows color (decimal): -4032652 or 7632834. OLE color: 7632834.

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

Color convert

RGB194119116-
CMYK00.390.400.24
HSL2.31º39%60.78%-
HSV(B)2.31º40.21%76.08%-
XYZ3225.9219.84-
YUV141.08113.85165.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=45.22%
G=27.74%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411911600.390.400.242.313960.78
HexC2777402728182273d
Octal302167164047503024775
Binary110000101110111111010001001111010001100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27774; }

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

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

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

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

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

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

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

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