#C04F5F

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

Shades of Mandy #C04F5F

Tints of Mandy #C04F5F

Color information

#C04F5F (or 0xC04F5F) is unknown color: approx Mandy. HEX triplet: C0, 4F and 5F. RGB value is (192,79,95). Sum of RGB (Red+Green+Blue) = 192+79+95=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F5F is #3FB0A0. Grayscale: #727272. Windows color (decimal): -4173985 or 6246336. OLE color: 6246336.

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

Color convert

RGB1927995-
CMYK00.590.510.25
HSL351.5º47.28%53.14%-
HSV(B)351.5º58.85%75.29%-
XYZ26.617.6212.83-
YUV114.61116.94183.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=52.46%
G=21.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192799500.590.510.25351.547.2853.14
HexC04F5F03B33191602f35
Octal30011713707363315405765
Binary1100000010011111011111011101111001111001101100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F5F; }

 p { color: rgb(192,79,95); }

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

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

 a { background-color: rgb(192,79,95); }

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

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

 span { border-color: rgb(192,79,95); }

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