#C3545D

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

Shades of Mandy #C3545D

Tints of Mandy #C3545D

Color information

#C3545D (or 0xC3545D) is unknown color: approx Mandy. HEX triplet: C3, 54 and 5D. RGB value is (195,84,93). Sum of RGB (Red+Green+Blue) = 195+84+93=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3545D is #3CABA2. Grayscale: #767676. Windows color (decimal): -3976099 or 6116547. OLE color: 6116547.

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

Color convert

RGB1958493-
CMYK00.570.520.24
HSL355.14º48.05%54.71%-
HSV(B)355.14º56.92%76.47%-
XYZ27.6518.7312.51-
YUV118.22113.77182.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 93 (36.72% from 255) = 25%
R=52.42%
G=22.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195849300.570.520.24355.1448.0554.71
HexC3545D03934181633037
Octal30312413507164305436067
Binary1100001110101001011101011100111010011000101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3545D; }

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

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

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

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

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

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

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

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