#C04B5C

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

Shades of Mandy #C04B5C

Tints of Mandy #C04B5C

Color information

#C04B5C (or 0xC04B5C) is unknown color: approx Mandy. HEX triplet: C0, 4B and 5C. RGB value is (192,75,92). Sum of RGB (Red+Green+Blue) = 192+75+92=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B5C is #3FB4A3. Grayscale: #6F6F6F. Windows color (decimal): -4175012 or 6048704. OLE color: 6048704.

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

Color convert

RGB1927592-
CMYK00.610.520.25
HSL351.28º48.15%52.35%-
HSV(B)351.28º60.94%75.29%-
XYZ26.1917.0112.03-
YUV111.92116.76185.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=53.48%
G=20.89%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192759200.610.520.25351.2848.1552.35
HexC04B5C03D341915f3034
Octal30011313407564315376064
Binary1100000010010111011100011110111010011001101011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B5C; }

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

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

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

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

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

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

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

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