#CE5880

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

Shades of Cranberry #CE5880

Tints of Cranberry #CE5880

Color information

#CE5880 (or 0xCE5880) is unknown color: approx Cranberry. HEX triplet: CE, 58 and 80. RGB value is (206,88,128). Sum of RGB (Red+Green+Blue) = 206+88+128=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5880 is #31A77F. Grayscale: #7F7F7F. Windows color (decimal): -3254144 or 8411342. OLE color: 8411342.

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

Color convert

RGB20688128-
CMYK00.570.380.19
HSL339.66º54.63%57.65%-
HSV(B)339.66º57.28%80.78%-
XYZ32.8421.6622.87-
YUV127.84128.09183.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.82%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=48.82%
G=20.85%
B=30.33%

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
Decimal2068812800.570.380.19339.6654.6357.65
HexCE58800392613154373a
Octal31613020007146235246772
Binary11001110101100010000000011100110011010011101010100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5880; }

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

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

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

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

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

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

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

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