#C34654

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

Shades of Mandy #C34654

Tints of Mandy #C34654

Color information

#C34654 (or 0xC34654) is unknown color: approx Mandy. HEX triplet: C3, 46 and 54. RGB value is (195,70,84). Sum of RGB (Red+Green+Blue) = 195+70+84=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34654 is #3CB9AB. Grayscale: #6D6D6D. Windows color (decimal): -3979692 or 5523139. OLE color: 5523139.

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

Color convert

RGB1957084-
CMYK00.640.570.24
HSL353.28º51.02%51.96%-
HSV(B)353.28º64.1%76.47%-
XYZ26.316.6210.21-
YUV108.97113.91189.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=55.87%
G=20.06%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195708400.640.570.24353.2851.0251.96
HexC3465404039181613334
Octal303106124010071305416364
Binary11000011100011010101000100000011100111000101100001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34654; }

 p { color: rgb(195,70,84); }

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

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

 a { background-color: rgb(195,70,84); }

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

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

 span { border-color: rgb(195,70,84); }

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