#CE5E80

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

Shades of Cranberry #CE5E80

Tints of Cranberry #CE5E80

Color information

#CE5E80 (or 0xCE5E80) is unknown color: approx Cranberry. HEX triplet: CE, 5E and 80. RGB value is (206,94,128). Sum of RGB (Red+Green+Blue) = 206+94+128=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E80 is #31A17F. Grayscale: #838383. Windows color (decimal): -3252608 or 8412878. OLE color: 8412878.

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

Color convert

RGB20694128-
CMYK00.540.380.19
HSL341.79º53.33%58.82%-
HSV(B)341.79º54.37%80.78%-
XYZ33.3522.6923.04-
YUV131.36126.11181.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=48.13%
G=21.96%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069412800.540.380.19341.7953.3358.82
HexCE5E800362613156353b
Octal31613620006646235266573
Binary11001110101111010000000011011010011010011101010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E80; }

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

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

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

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

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

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

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

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