#C34555

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

Shades of Mandy #C34555

Tints of Mandy #C34555

Color information

#C34555 (or 0xC34555) is unknown color: approx Mandy. HEX triplet: C3, 45 and 55. RGB value is (195,69,85). Sum of RGB (Red+Green+Blue) = 195+69+85=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34555 is #3CBAAA. Grayscale: #6C6C6C. Windows color (decimal): -3979947 or 5588419. OLE color: 5588419.

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

Color convert

RGB1956985-
CMYK00.650.560.24
HSL352.38º51.22%51.76%-
HSV(B)352.38º64.62%76.47%-
XYZ26.2716.5110.4-
YUV108.5114.74189.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=55.87%
G=19.77%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195698500.650.560.24352.3851.2251.76
HexC3455504138181603334
Octal303105125010170305406364
Binary11000011100010110101010100000111100011000101100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34555; }

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

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

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

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

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

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

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

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