#CE5E83

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

Shades of Cranberry #CE5E83

Tints of Cranberry #CE5E83

Color information

#CE5E83 (or 0xCE5E83) is unknown color: approx Cranberry. HEX triplet: CE, 5E and 83. RGB value is (206,94,131). Sum of RGB (Red+Green+Blue) = 206+94+131=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E83 is #31A17C. Grayscale: #838383. Windows color (decimal): -3252605 or 8609486. OLE color: 8609486.

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

Color convert

RGB20694131-
CMYK00.540.360.19
HSL340.18º53.33%58.82%-
HSV(B)340.18º54.37%80.78%-
XYZ33.5522.7724.1-
YUV131.71127.61180.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=47.80%
G=21.81%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069413100.540.360.19340.1853.3358.82
HexCE5E830362413154353b
Octal31613620306644235246573
Binary11001110101111010000011011011010010010011101010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E83; }

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

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

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

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

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

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

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

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