#C27A66

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

Shades of Contessa #C27A66

Tints of Contessa #C27A66

Color information

#C27A66 (or 0xC27A66) is unknown color: approx Contessa. HEX triplet: C2, 7A and 66. RGB value is (194,122,102). Sum of RGB (Red+Green+Blue) = 194+122+102=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A66 is #3D8599. Grayscale: #8D8D8D. Windows color (decimal): -4031898 or 6716098. OLE color: 6716098.

HSL color Cylindrical-coordinate representation of color #C27A66: hue angle of 13.04º 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 #C27A66 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194122102-
CMYK00.370.470.24
HSL13.04º42.99%58.04%-
HSV(B)13.04º47.42%76.08%-
XYZ31.6126.3515.99-
YUV141.25105.85165.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=46.41%
G=29.19%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412210200.370.470.2413.0442.9958.04
HexC27A660252F18d2b3a
Octal3021721460455730155372
Binary11000010111101011001100100101101111110001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A66; }

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

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

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

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

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

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

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

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