#CE5984

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

Shades of Cranberry #CE5984

Tints of Cranberry #CE5984

Color information

#CE5984 (or 0xCE5984) is unknown color: approx Cranberry. HEX triplet: CE, 59 and 84. RGB value is (206,89,132). Sum of RGB (Red+Green+Blue) = 206+89+132=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5984 is #31A67B. Grayscale: #808080. Windows color (decimal): -3253884 or 8673742. OLE color: 8673742.

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

Color convert

RGB20689132-
CMYK00.570.360.19
HSL337.95º54.42%57.84%-
HSV(B)337.95º56.8%80.78%-
XYZ33.1921.9324.31-
YUV128.88129.76183-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=48.24%
G=20.84%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068913200.570.360.19337.9554.4257.84
HexCE59840392413152363a
Octal31613120407144235226672
Binary11001110101100110000100011100110010010011101010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5984; }

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

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

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

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

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

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

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

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