#C3515A

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

Shades of Mandy #C3515A

Tints of Mandy #C3515A

Color information

#C3515A (or 0xC3515A) is unknown color: approx Mandy. HEX triplet: C3, 51 and 5A. RGB value is (195,81,90). Sum of RGB (Red+Green+Blue) = 195+81+90=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3515A is #3CAEA5. Grayscale: #747474. Windows color (decimal): -3976870 or 5919171. OLE color: 5919171.

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

Color convert

RGB1958190-
CMYK00.580.540.24
HSL355.26º48.72%54.12%-
HSV(B)355.26º58.46%76.47%-
XYZ27.2918.2311.75-
YUV116.11113.27184.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.28%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=53.28%
G=22.13%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195819000.580.540.24355.2648.7254.12
HexC3515A03A36181633136
Octal30312113207266305436166
Binary1100001110100011011010011101011011011000101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3515A; }

 p { color: rgb(195,81,90); }

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

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

 a { background-color: rgb(195,81,90); }

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

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

 span { border-color: rgb(195,81,90); }

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