#C3485D

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

Shades of Mandy #C3485D

Tints of Mandy #C3485D

Color information

#C3485D (or 0xC3485D) is unknown color: approx Mandy. HEX triplet: C3, 48 and 5D. RGB value is (195,72,93). Sum of RGB (Red+Green+Blue) = 195+72+93=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485D is #3CB7A2. Grayscale: #6F6F6F. Windows color (decimal): -3979171 or 6113475. OLE color: 6113475.

HSL color Cylindrical-coordinate representation of color #C3485D: hue angle of 349.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3485D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1957293-
CMYK00.630.520.24
HSL349.76º50.62%52.35%-
HSV(B)349.76º63.08%76.47%-
XYZ26.817.0312.23-
YUV111.17117.75187.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=54.17%
G=20%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195729300.630.520.24349.7650.6252.35
HexC3485D03F341815e3334
Octal30311013507764305366364
Binary1100001110010001011101011111111010011000101011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3485D; }

 p { color: rgb(195,72,93); }

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

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

 a { background-color: rgb(195,72,93); }

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

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

 span { border-color: rgb(195,72,93); }

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