#C24852

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

Shades of Mandy #C24852

Tints of Mandy #C24852

Color information

#C24852 (or 0xC24852) is unknown color: approx Mandy. HEX triplet: C2, 48 and 52. RGB value is (194,72,82). Sum of RGB (Red+Green+Blue) = 194+72+82=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C24852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24852 is #3DB7AD. Grayscale: #6D6D6D. Windows color (decimal): -4044718 or 5392578. OLE color: 5392578.

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

Color convert

RGB1947282-
CMYK00.630.580.24
HSL355.08º50%52.16%-
HSV(B)355.08º62.89%76.08%-
XYZ26.0916.719.83-
YUV109.62112.42188.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=55.75%
G=20.69%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194728200.630.580.24355.085052.16
HexC2485203F3A181633234
Octal30211012207772305436264
Binary1100001010010001010010011111111101011000101100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24852; }

 p { color: rgb(194,72,82); }

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

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

 a { background-color: rgb(194,72,82); }

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

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

 span { border-color: rgb(194,72,82); }

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