#CE484E

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

Shades of Mandy #CE484E

Tints of Mandy #CE484E

Color information

#CE484E (or 0xCE484E) is unknown color: approx Mandy. HEX triplet: CE, 48 and 4E. RGB value is (206,72,78). Sum of RGB (Red+Green+Blue) = 206+72+78=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE484E is #31B7B1. Grayscale: #707070. Windows color (decimal): -3258290 or 5130446. OLE color: 5130446.

HSL color Cylindrical-coordinate representation of color #CE484E: hue angle of 357.31º 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 #CE484E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2067278-
CMYK00.650.620.19
HSL357.31º57.76%54.51%-
HSV(B)357.31º65.05%80.78%-
XYZ29.1518.319.21-
YUV112.75108.39194.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.87%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=57.87%
G=20.22%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206727800.650.620.19357.3157.7654.51
HexCE484E0413E131653a37
Octal316110116010176235457267
Binary11001110100100010011100100000111111010011101100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE484E; }

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

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

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

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

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

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

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

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