#C16666

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

Shades of Contessa #C16666

Tints of Contessa #C16666

Color information

#C16666 (or 0xC16666) is unknown color: approx Contessa. HEX triplet: C1, 66 and 66. RGB value is (193,102,102). Sum of RGB (Red+Green+Blue) = 193+102+102=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C16666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16666 is #3E9999. Grayscale: #818181. Windows color (decimal): -4102554 or 6710977. OLE color: 6710977.

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

Color convert

RGB193102102-
CMYK00.470.470.24
HSL42.33%57.84%-
HSV(B)47.15%75.69%-
XYZ29.1421.815.24-
YUV129.21112.65173.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=48.61%
G=25.69%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310210200.470.470.24042.3357.84
HexC1666602F2F1802a3a
Octal301146146057573005272
Binary11000001110011011001100101111101111110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16666; }

 p { color: rgb(193,102,102); }

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

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

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

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

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

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

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