#CE5054

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

Shades of Mandy #CE5054

Tints of Mandy #CE5054

Color information

#CE5054 (or 0xCE5054) is unknown color: approx Mandy. HEX triplet: CE, 50 and 54. RGB value is (206,80,84). Sum of RGB (Red+Green+Blue) = 206+80+84=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5054 is #31AFAB. Grayscale: #767676. Windows color (decimal): -3256236 or 5525710. OLE color: 5525710.

HSL color Cylindrical-coordinate representation of color #CE5054: hue angle of 358.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5054 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2068084-
CMYK00.610.590.19
HSL358.1º56.25%56.08%-
HSV(B)358.1º61.17%80.78%-
XYZ29.9219.510.57-
YUV118.13108.74190.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=55.68%
G=21.62%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206808400.610.590.19358.156.2556.08
HexCE505403D3B131663838
Octal31612012407573235467070
Binary1100111010100001010100011110111101110011101100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5054; }

 p { color: rgb(206,80,84); }

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

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

 a { background-color: rgb(206,80,84); }

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

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

 span { border-color: rgb(206,80,84); }

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