#C3465C

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

Shades of Mandy #C3465C

Tints of Mandy #C3465C

Color information

#C3465C (or 0xC3465C) is unknown color: approx Mandy. HEX triplet: C3, 46 and 5C. RGB value is (195,70,92). Sum of RGB (Red+Green+Blue) = 195+70+92=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465C is #3CB9A3. Grayscale: #6D6D6D. Windows color (decimal): -3979684 or 6047427. OLE color: 6047427.

HSL color Cylindrical-coordinate representation of color #C3465C: hue angle of 349.44º 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 #C3465C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1957092-
CMYK00.640.530.24
HSL349.44º51.02%51.96%-
HSV(B)349.44º64.1%76.47%-
XYZ26.6316.7611.96-
YUV109.88117.91188.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=54.62%
G=19.61%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195709200.640.530.24349.4451.0251.96
HexC3465C040351815d3334
Octal303106134010065305356364
Binary11000011100011010111000100000011010111000101011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3465C; }

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

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

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

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

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

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

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

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