#C16665

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

Shades of Contessa #C16665

Tints of Contessa #C16665

Color information

#C16665 (or 0xC16665) is unknown color: approx Contessa. HEX triplet: C1, 66 and 65. RGB value is (193,102,101). Sum of RGB (Red+Green+Blue) = 193+102+101=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16665 is #3E999A. Grayscale: #818181. Windows color (decimal): -4102555 or 6645441. OLE color: 6645441.

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

Color convert

RGB193102101-
CMYK00.470.480.24
HSL0.65º42.59%57.65%-
HSV(B)0.65º47.67%75.69%-
XYZ29.0921.7814.98-
YUV129.1112.15173.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=48.74%
G=25.76%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310210100.470.480.240.6542.5957.65
HexC1666502F301812b3a
Octal301146145057603015372
Binary11000001110011011001010101111110000110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16665; }

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

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

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

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

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

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

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

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