#CE5B5F

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

Shades of Mandy #CE5B5F

Tints of Mandy #CE5B5F

Color information

#CE5B5F (or 0xCE5B5F) is unknown color: approx Mandy. HEX triplet: CE, 5B and 5F. RGB value is (206,91,95). Sum of RGB (Red+Green+Blue) = 206+91+95=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B5F is #31A4A0. Grayscale: #7D7D7D. Windows color (decimal): -3253409 or 6249422. OLE color: 6249422.

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

Color convert

RGB2069195-
CMYK00.560.540.19
HSL357.91º53.99%58.24%-
HSV(B)357.91º55.83%80.78%-
XYZ31.2621.4313.32-
YUV125.84110.6185.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=52.55%
G=23.21%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206919500.560.540.19357.9153.9958.24
HexCE5B5F0383613166363a
Octal31613313707066235466672
Binary1100111010110111011111011100011011010011101100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B5F; }

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

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

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

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

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

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

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

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