#C3465D

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

Shades of Mandy #C3465D

Tints of Mandy #C3465D

Color information

#C3465D (or 0xC3465D) is unknown color: approx Mandy. HEX triplet: C3, 46 and 5D. RGB value is (195,70,93). Sum of RGB (Red+Green+Blue) = 195+70+93=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465D is #3CB9A2. Grayscale: #6E6E6E. Windows color (decimal): -3979683 or 6112963. OLE color: 6112963.

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

Color convert

RGB1957093-
CMYK00.640.520.24
HSL348.96º51.02%51.96%-
HSV(B)348.96º64.1%76.47%-
XYZ26.6716.7712.19-
YUV110118.41188.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.47%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=54.47%
G=19.55%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195709300.640.520.24348.9651.0251.96
HexC3465D040341815d3334
Octal303106135010064305356364
Binary11000011100011010111010100000011010011000101011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3465D; }

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

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

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

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

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

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

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

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