#CE5980

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

Shades of Cranberry #CE5980

Tints of Cranberry #CE5980

Color information

#CE5980 (or 0xCE5980) is unknown color: approx Cranberry. HEX triplet: CE, 59 and 80. RGB value is (206,89,128). Sum of RGB (Red+Green+Blue) = 206+89+128=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5980 is #31A67F. Grayscale: #808080. Windows color (decimal): -3253888 or 8411598. OLE color: 8411598.

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

Color convert

RGB20689128-
CMYK00.570.380.19
HSL340º54.42%57.84%-
HSV(B)340º56.8%80.78%-
XYZ32.9221.8322.9-
YUV128.43127.76183.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=48.70%
G=21.04%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068912800.570.380.1934054.4257.84
HexCE59800392613154363a
Octal31613120007146235246672
Binary11001110101100110000000011100110011010011101010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5980; }

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

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

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

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

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

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

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

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