#ce5c5f

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

Shades of Mandy #CE5C5F

Tints of Mandy #CE5C5F

Color information

#CE5C5F (or 0xCE5C5F) is unknown color: approx Mandy. HEX triplet: CE, 5C and 5F. RGB value is (206,92,95). Sum of RGB (Red+Green+Blue) = 206+92+95=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C5F is #31A3A0. Grayscale: #7E7E7E. Windows color (decimal): -3253153 or 6249678. OLE color: 6249678.

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

Color convert

RGB2069295-
CMYK00.550.540.19
HSL358.42º53.77%58.43%-
HSV(B)358.42º55.34%80.78%-
XYZ31.3521.613.34-
YUV126.43110.27184.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=52.42%
G=23.41%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206929500.550.540.19358.4253.7758.43
HexCE5C5F0373613166363a
Octal31613413706766235466672
Binary1100111010111001011111011011111011010011101100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5c5f; }

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

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

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

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

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

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

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

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