#CE535E

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

Shades of Mandy #CE535E

Tints of Mandy #CE535E

Color information

#CE535E (or 0xCE535E) is unknown color: approx Mandy. HEX triplet: CE, 53 and 5E. RGB value is (206,83,94). Sum of RGB (Red+Green+Blue) = 206+83+94=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE535E is #31ACA1. Grayscale: #797979. Windows color (decimal): -3255458 or 6181838. OLE color: 6181838.

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

Color convert

RGB2068394-
CMYK00.600.540.19
HSL354.63º55.66%56.67%-
HSV(B)354.63º59.71%80.78%-
XYZ30.5720.1212.86-
YUV121.03112.75188.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.79%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=53.79%
G=21.67%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206839400.600.540.19354.6355.6656.67
HexCE535E03C36131633839
Octal31612313607466235437071
Binary1100111010100111011110011110011011010011101100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE535E; }

 p { color: rgb(206,83,94); }

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

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

 a { background-color: rgb(206,83,94); }

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

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

 span { border-color: rgb(206,83,94); }

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