#C27766

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

Shades of Contessa #C27766

Tints of Contessa #C27766

Color information

#C27766 (or 0xC27766) is unknown color: approx Contessa. HEX triplet: C2, 77 and 66. RGB value is (194,119,102). Sum of RGB (Red+Green+Blue) = 194+119+102=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27766 is #3D8899. Grayscale: #8B8B8B. Windows color (decimal): -4032666 or 6715330. OLE color: 6715330.

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

Color convert

RGB194119102-
CMYK00.390.470.24
HSL11.09º42.99%58.04%-
HSV(B)11.09º47.42%76.08%-
XYZ31.2425.6215.87-
YUV139.49106.85166.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=46.75%
G=28.67%
B=24.58%

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
Decimal19411910200.390.470.2411.0942.9958.04
HexC277660272F18b2b3a
Octal3021671460475730135372
Binary11000010111011111001100100111101111110001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27766; }

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

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

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

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

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

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

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

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