#C16468

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

Shades of Mandy #C16468

Tints of Mandy #C16468

Color information

#C16468 (or 0xC16468) is unknown color: approx Mandy. HEX triplet: C1, 64 and 68. RGB value is (193,100,104). Sum of RGB (Red+Green+Blue) = 193+100+104=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C16468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16468 is #3E9B97. Grayscale: #808080. Windows color (decimal): -4103064 or 6841537. OLE color: 6841537.

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

Color convert

RGB193100104-
CMYK00.480.460.24
HSL357.42º42.86%57.45%-
HSV(B)357.42º48.19%75.69%-
XYZ29.0521.4515.71-
YUV128.26114.31174.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=48.61%
G=25.19%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310010400.480.460.24357.4242.8657.45
HexC164680302E181652b39
Octal30114415006056305455371
Binary1100000111001001101000011000010111011000101100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16468; }

 p { color: rgb(193,100,104); }

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

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

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

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

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

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

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