#C34550

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

Shades of Mandy #C34550

Tints of Mandy #C34550

Color information

#C34550 (or 0xC34550) is unknown color: approx Mandy. HEX triplet: C3, 45 and 50. RGB value is (195,69,80). Sum of RGB (Red+Green+Blue) = 195+69+80=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34550 is #3CBAAF. Grayscale: #6C6C6C. Windows color (decimal): -3979952 or 5260739. OLE color: 5260739.

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

Color convert

RGB1956980-
CMYK00.650.590.24
HSL354.76º51.22%51.76%-
HSV(B)354.76º64.62%76.47%-
XYZ26.0816.449.39-
YUV107.93112.24190.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=56.69%
G=20.06%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195698000.650.590.24354.7651.2251.76
HexC345500413B181633334
Octal303105120010173305436364
Binary11000011100010110100000100000111101111000101100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34550; }

 p { color: rgb(195,69,80); }

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

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

 a { background-color: rgb(195,69,80); }

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

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

 span { border-color: rgb(195,69,80); }

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