#C34C5A

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

Shades of Mandy #C34C5A

Tints of Mandy #C34C5A

Color information

#C34C5A (or 0xC34C5A) is unknown color: approx Mandy. HEX triplet: C3, 4C and 5A. RGB value is (195,76,90). Sum of RGB (Red+Green+Blue) = 195+76+90=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C5A is #3CB3A5. Grayscale: #717171. Windows color (decimal): -3978150 or 5917891. OLE color: 5917891.

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

Color convert

RGB1957690-
CMYK00.610.540.24
HSL352.94º49.79%53.14%-
HSV(B)352.94º61.03%76.47%-
XYZ26.9417.5111.63-
YUV113.18114.92186.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=54.02%
G=21.05%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195769000.610.540.24352.9449.7953.14
HexC34C5A03D36181613235
Octal30311413207566305416265
Binary1100001110011001011010011110111011011000101100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C5A; }

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

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

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

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

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

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

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

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