#C0484D

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

Shades of Mandy #C0484D

Tints of Mandy #C0484D

Color information

#C0484D (or 0xC0484D) is unknown color: approx Mandy. HEX triplet: C0, 48 and 4D. RGB value is (192,72,77). Sum of RGB (Red+Green+Blue) = 192+72+77=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0484D is #3FB7B2. Grayscale: #6C6C6C. Windows color (decimal): -4175795 or 5064896. OLE color: 5064896.

HSL color Cylindrical-coordinate representation of color #C0484D: hue angle of 357.5º 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 #C0484D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1927277-
CMYK00.630.600.25
HSL357.5º48.78%51.76%-
HSV(B)357.5º62.5%75.29%-
XYZ25.416.388.84-
YUV108.45110.26187.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=56.30%
G=21.11%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192727700.630.600.25357.548.7851.76
HexC0484D03F3C191663134
Octal30011011507774315466164
Binary1100000010010001001101011111111110011001101100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0484D; }

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

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

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

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

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

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

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

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