#CE4F5D

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

Shades of Mandy #CE4F5D

Tints of Mandy #CE4F5D

Color information

#CE4F5D (or 0xCE4F5D) is unknown color: approx Mandy. HEX triplet: CE, 4F and 5D. RGB value is (206,79,93). Sum of RGB (Red+Green+Blue) = 206+79+93=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F5D is #31B0A2. Grayscale: #767676. Windows color (decimal): -3256483 or 6115278. OLE color: 6115278.

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

Color convert

RGB2067993-
CMYK00.620.550.19
HSL353.39º56.44%55.88%-
HSV(B)353.39º61.65%80.78%-
XYZ30.2319.512.53-
YUV118.57113.58190.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=54.50%
G=20.90%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206799300.620.550.19353.3956.4455.88
HexCE4F5D03E37131613838
Octal31611713507667235417070
Binary1100111010011111011101011111011011110011101100001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F5D; }

 p { color: rgb(206,79,93); }

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

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

 a { background-color: rgb(206,79,93); }

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

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

 span { border-color: rgb(206,79,93); }

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