#C4465D

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

Shades of Mandy #C4465D

Tints of Mandy #C4465D

Color information

#C4465D (or 0xC4465D) is unknown color: approx Mandy. HEX triplet: C4, 46 and 5D. RGB value is (196,70,93). Sum of RGB (Red+Green+Blue) = 196+70+93=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4465D is #3BB9A2. Grayscale: #6E6E6E. Windows color (decimal): -3914147 or 6112964. OLE color: 6112964.

HSL color Cylindrical-coordinate representation of color #C4465D: hue angle of 349.05º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4465D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1967093-
CMYK00.640.530.23
HSL349.05º51.64%52.16%-
HSV(B)349.05º64.29%76.86%-
XYZ26.9316.9112.2-
YUV110.3118.24189.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=54.60%
G=19.50%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196709300.640.530.23349.0551.6452.16
HexC4465D040351715d3434
Octal304106135010065275356464
Binary11000100100011010111010100000011010110111101011101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4465D; }

 p { color: rgb(196,70,93); }

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

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

 a { background-color: rgb(196,70,93); }

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

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

 span { border-color: rgb(196,70,93); }

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