#C16566

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

Shades of Mandy #C16566

Tints of Mandy #C16566

Color information

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

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

Color convert

RGB193101102-
CMYK00.480.470.24
HSL359.35º42.59%57.65%-
HSV(B)359.35º47.67%75.69%-
XYZ29.0421.615.21-
YUV128.62112.98173.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310110200.480.470.24359.3542.5957.65
HexC165660302F181672b3a
Octal30114514606057305475372
Binary1100000111001011100110011000010111111000101100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16566; }

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

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

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

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

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

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

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

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