#C96466

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

Shades of Mandy #C96466

Tints of Mandy #C96466

Color information

#C96466 (or 0xC96466) is unknown color: approx Mandy. HEX triplet: C9, 64 and 66. RGB value is (201,100,102). Sum of RGB (Red+Green+Blue) = 201+100+102=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96466 is #369B99. Grayscale: #828282. Windows color (decimal): -3578778 or 6710473. OLE color: 6710473.

HSL color Cylindrical-coordinate representation of color #C96466: hue angle of 358.81º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96466 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB201100102-
CMYK00.500.490.21
HSL358.81º48.33%59.02%-
HSV(B)358.81º50.25%78.82%-
XYZ31.0422.4915.28-
YUV130.43111.96178.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=49.88%
G=24.81%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110010200.500.490.21358.8148.3359.02
HexC964660323115167303b
Octal31114414606261255476073
Binary1100100111001001100110011001011000110101101100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96466; }

 p { color: rgb(201,100,102); }

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

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

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

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

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

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

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