#C16565

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

Shades of Contessa #C16565

Tints of Contessa #C16565

Color information

#C16565 (or 0xC16565) is unknown color: approx Contessa. HEX triplet: C1, 65 and 65. RGB value is (193,101,101). Sum of RGB (Red+Green+Blue) = 193+101+101=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16565 is #3E9A9A. Grayscale: #808080. Windows color (decimal): -4102811 or 6645185. OLE color: 6645185.

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

Color convert

RGB193101101-
CMYK00.480.480.24
HSL42.59%57.65%-
HSV(B)47.67%75.69%-
XYZ28.9921.5814.95-
YUV128.51112.48174-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=48.86%
G=25.57%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310110100.480.480.24042.5957.65
HexC16565030301802b3a
Octal301145145060603005372
Binary11000001110010111001010110000110000110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16565; }

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

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

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

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

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

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

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

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