#c27166

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

Shades of Contessa #C27166

Tints of Contessa #C27166

Color information

#C27166 (or 0xC27166) is unknown color: approx Contessa. HEX triplet: C2, 71 and 66. RGB value is (194,113,102). Sum of RGB (Red+Green+Blue) = 194+113+102=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27166 is #3D8E99. Grayscale: #888888. Windows color (decimal): -4034202 or 6713794. OLE color: 6713794.

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

Color convert

RGB194113102-
CMYK00.420.470.24
HSL7.17º42.99%58.04%-
HSV(B)7.17º47.42%76.08%-
XYZ30.5524.2415.64-
YUV135.96108.84169.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=47.43%
G=27.63%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411310200.420.470.247.1742.9958.04
HexC2716602A2F1872b3a
Octal302161146052573075372
Binary1100001011100011100110010101010111111000111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c27166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c27166; }

 p { color: rgb(194,113,102); }

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

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

 a { background-color: rgb(194,113,102); }

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

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

 span { border-color: rgb(194,113,102); }

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