#C27666

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

Shades of Contessa #C27666

Tints of Contessa #C27666

Color information

#C27666 (or 0xC27666) is unknown color: approx Contessa. HEX triplet: C2, 76 and 66. RGB value is (194,118,102). Sum of RGB (Red+Green+Blue) = 194+118+102=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27666 is #3D8999. Grayscale: #8B8B8B. Windows color (decimal): -4032922 or 6715074. OLE color: 6715074.

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

Color convert

RGB194118102-
CMYK00.390.470.24
HSL10.43º42.99%58.04%-
HSV(B)10.43º47.42%76.08%-
XYZ31.1225.3915.83-
YUV138.9107.18167.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=46.86%
G=28.50%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411810200.390.470.2410.4342.9958.04
HexC276660272F18a2b3a
Octal3021661460475730125372
Binary11000010111011011001100100111101111110001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27666; }

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

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

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

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

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

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

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

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