#C04755

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

Shades of Mandy #C04755

Tints of Mandy #C04755

Color information

#C04755 (or 0xC04755) is unknown color: approx Mandy. HEX triplet: C0, 47 and 55. RGB value is (192,71,85). Sum of RGB (Red+Green+Blue) = 192+71+85=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04755 is #3FB8AA. Grayscale: #6C6C6C. Windows color (decimal): -4176043 or 5588928. OLE color: 5588928.

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

Color convert

RGB1927185-
CMYK00.630.560.25
HSL353.06º48.99%51.57%-
HSV(B)353.06º63.02%75.29%-
XYZ25.6316.3710.4-
YUV108.78114.59187.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=55.17%
G=20.40%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192718500.630.560.25353.0648.9951.57
HexC0475503F38191613134
Octal30010712507770315416164
Binary1100000010001111010101011111111100011001101100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04755; }

 p { color: rgb(192,71,85); }

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

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

 a { background-color: rgb(192,71,85); }

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

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

 span { border-color: rgb(192,71,85); }

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