#C04B50

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

Shades of Mandy #C04B50

Tints of Mandy #C04B50

Color information

#C04B50 (or 0xC04B50) is unknown color: approx Mandy. HEX triplet: C0, 4B and 50. RGB value is (192,75,80). Sum of RGB (Red+Green+Blue) = 192+75+80=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B50 is #3FB4AF. Grayscale: #6E6E6E. Windows color (decimal): -4175024 or 5262272. OLE color: 5262272.

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

Color convert

RGB1927580-
CMYK00.610.580.25
HSL357.44º48.15%52.35%-
HSV(B)357.44º60.94%75.29%-
XYZ25.716.829.48-
YUV110.55110.76186.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=55.33%
G=21.61%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192758000.610.580.25357.4448.1552.35
HexC04B5003D3A191653034
Octal30011312007572315456064
Binary1100000010010111010000011110111101011001101100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B50; }

 p { color: rgb(192,75,80); }

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

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

 a { background-color: rgb(192,75,80); }

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

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

 span { border-color: rgb(192,75,80); }

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