#CE5D84

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

Shades of Cranberry #CE5D84

Tints of Cranberry #CE5D84

Color information

#CE5D84 (or 0xCE5D84) is unknown color: approx Cranberry. HEX triplet: CE, 5D and 84. RGB value is (206,93,132). Sum of RGB (Red+Green+Blue) = 206+93+132=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D84 is #31A27B. Grayscale: #838383. Windows color (decimal): -3252860 or 8674766. OLE color: 8674766.

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

Color convert

RGB20693132-
CMYK00.550.360.19
HSL339.29º53.55%58.63%-
HSV(B)339.29º54.85%80.78%-
XYZ33.5322.6224.43-
YUV131.23128.44181.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=47.80%
G=21.58%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069313200.550.360.19339.2953.5558.63
HexCE5D840372413153363b
Octal31613520406744235236673
Binary11001110101110110000100011011110010010011101010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D84; }

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

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

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

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

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

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

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

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