#CE485F

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

Shades of Mandy #CE485F

Tints of Mandy #CE485F

Color information

#CE485F (or 0xCE485F) is unknown color: approx Mandy. HEX triplet: CE, 48 and 5F. RGB value is (206,72,95). Sum of RGB (Red+Green+Blue) = 206+72+95=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE485F is #31B7A0. Grayscale: #727272. Windows color (decimal): -3258273 or 6244558. OLE color: 6244558.

HSL color Cylindrical-coordinate representation of color #CE485F: hue angle of 349.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE485F is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2067295-
CMYK00.650.540.19
HSL349.7º57.76%54.51%-
HSV(B)349.7º65.05%80.78%-
XYZ29.8418.5812.84-
YUV114.69116.89193.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=55.23%
G=19.30%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206729500.650.540.19349.757.7654.51
HexCE485F041361315e3a37
Octal316110137010166235367267
Binary11001110100100010111110100000111011010011101011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE485F; }

 p { color: rgb(206,72,95); }

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

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

 a { background-color: rgb(206,72,95); }

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

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

 span { border-color: rgb(206,72,95); }

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