#C0484E

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

Shades of Mandy #C0484E

Tints of Mandy #C0484E

Color information

#C0484E (or 0xC0484E) is unknown color: approx Mandy. HEX triplet: C0, 48 and 4E. RGB value is (192,72,78). Sum of RGB (Red+Green+Blue) = 192+72+78=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0484E is #3FB7B1. Grayscale: #6C6C6C. Windows color (decimal): -4175794 or 5130432. OLE color: 5130432.

HSL color Cylindrical-coordinate representation of color #C0484E: hue angle of 357º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0484E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1927278-
CMYK00.630.590.25
HSL357º48.78%51.76%-
HSV(B)357º62.5%75.29%-
XYZ25.4316.399.03-
YUV108.56110.76187.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=56.14%
G=21.05%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192727800.630.590.2535748.7851.76
HexC0484E03F3B191653134
Octal30011011607773315456164
Binary1100000010010001001110011111111101111001101100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0484E; }

 p { color: rgb(192,72,78); }

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

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

 a { background-color: rgb(192,72,78); }

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

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

 span { border-color: rgb(192,72,78); }

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