#CE4F5C

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

Shades of Mandy #CE4F5C

Tints of Mandy #CE4F5C

Color information

#CE4F5C (or 0xCE4F5C) is unknown color: approx Mandy. HEX triplet: CE, 4F and 5C. RGB value is (206,79,92). Sum of RGB (Red+Green+Blue) = 206+79+92=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F5C is #31B0A3. Grayscale: #767676. Windows color (decimal): -3256484 or 6049742. OLE color: 6049742.

HSL color Cylindrical-coordinate representation of color #CE4F5C: hue angle of 353.86º 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 #CE4F5C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB2067992-
CMYK00.620.550.19
HSL353.86º56.44%55.88%-
HSV(B)353.86º61.65%80.78%-
XYZ30.1819.4912.3-
YUV118.45113.08190.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.64%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=54.64%
G=20.95%
B=24.40%

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
Decimal206799200.620.550.19353.8656.4455.88
HexCE4F5C03E37131623838
Octal31611713407667235427070
Binary1100111010011111011100011111011011110011101100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F5C; }

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

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

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

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

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

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

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

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