#C0464A

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

Shades of Mandy #C0464A

Tints of Mandy #C0464A

Color information

#C0464A (or 0xC0464A) is unknown color: approx Mandy. HEX triplet: C0, 46 and 4A. RGB value is (192,70,74). Sum of RGB (Red+Green+Blue) = 192+70+74=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0464A is #3FB9B5. Grayscale: #6B6B6B. Windows color (decimal): -4176310 or 4867776. OLE color: 4867776.

HSL color Cylindrical-coordinate representation of color #C0464A: hue angle of 358.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0464A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1927074-
CMYK00.640.610.25
HSL358.03º49.19%51.37%-
HSV(B)358.03º63.54%75.29%-
XYZ25.1616.088.26-
YUV106.93109.42188.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=57.14%
G=20.83%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192707400.640.610.25358.0349.1951.37
HexC0464A0403D191663133
Octal300106112010075315466163
Binary11000000100011010010100100000011110111001101100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0464A; }

 p { color: rgb(192,70,74); }

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

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

 a { background-color: rgb(192,70,74); }

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

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

 span { border-color: rgb(192,70,74); }

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