#C34251

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

Shades of Mandy #C34251

Tints of Mandy #C34251

Color information

#C34251 (or 0xC34251) is unknown color: approx Mandy. HEX triplet: C3, 42 and 51. RGB value is (195,66,81). Sum of RGB (Red+Green+Blue) = 195+66+81=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C34251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34251 is #3CBDAE. Grayscale: #6A6A6A. Windows color (decimal): -3980719 or 5325507. OLE color: 5325507.

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

Color convert

RGB1956681-
CMYK00.660.580.24
HSL353.02º51.81%51.18%-
HSV(B)353.02º66.15%76.47%-
XYZ25.9416.099.52-
YUV106.28113.74191.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=57.02%
G=19.30%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195668100.660.580.24353.0251.8151.18
HexC342510423A181613433
Octal303102121010272305416463
Binary11000011100001010100010100001011101011000101100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34251; }

 p { color: rgb(195,66,81); }

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

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

 a { background-color: rgb(195,66,81); }

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

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

 span { border-color: rgb(195,66,81); }

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