#CE5E81

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

Shades of Cranberry #CE5E81

Tints of Cranberry #CE5E81

Color information

#CE5E81 (or 0xCE5E81) is unknown color: approx Cranberry. HEX triplet: CE, 5E and 81. RGB value is (206,94,129). Sum of RGB (Red+Green+Blue) = 206+94+129=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E81 is #31A17E. Grayscale: #838383. Windows color (decimal): -3252607 or 8478414. OLE color: 8478414.

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

Color convert

RGB20694129-
CMYK00.540.370.19
HSL341.25º53.33%58.82%-
HSV(B)341.25º54.37%80.78%-
XYZ33.4222.7123.39-
YUV131.48126.61181.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=48.02%
G=21.91%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069412900.540.370.19341.2553.3358.82
HexCE5E810362513155353b
Octal31613620106645235256573
Binary11001110101111010000001011011010010110011101010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E81; }

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

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

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

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

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

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

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

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