#C35E5F

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

Shades of Mandy #C35E5F

Tints of Mandy #C35E5F

Color information

#C35E5F (or 0xC35E5F) is unknown color: approx Mandy. HEX triplet: C3, 5E and 5F. RGB value is (195,94,95). Sum of RGB (Red+Green+Blue) = 195+94+95=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E5F is #3CA1A0. Grayscale: #7C7C7C. Windows color (decimal): -3973537 or 6250179. OLE color: 6250179.

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

Color convert

RGB1959495-
CMYK00.520.510.24
HSL359.41º45.7%56.67%-
HSV(B)359.41º51.79%76.47%-
XYZ28.5720.4313.26-
YUV124.31111.46178.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=50.78%
G=24.48%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195949500.520.510.24359.4145.756.67
HexC35E5F03433181672e39
Octal30313613706463305475671
Binary1100001110111101011111011010011001111000101100111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E5F; }

 p { color: rgb(195,94,95); }

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

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

 a { background-color: rgb(195,94,95); }

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

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

 span { border-color: rgb(195,94,95); }

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