#ce5a84

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

Shades of Cranberry #CE5A84

Tints of Cranberry #CE5A84

Color information

#CE5A84 (or 0xCE5A84) is unknown color: approx Cranberry. HEX triplet: CE, 5A and 84. RGB value is (206,90,132). Sum of RGB (Red+Green+Blue) = 206+90+132=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A84 is #31A57B. Grayscale: #818181. Windows color (decimal): -3253628 or 8673998. OLE color: 8673998.

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

Color convert

RGB20690132-
CMYK00.560.360.19
HSL338.28º54.21%58.04%-
HSV(B)338.28º56.31%80.78%-
XYZ33.2722.124.34-
YUV129.47129.43182.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=48.13%
G=21.03%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069013200.560.360.19338.2854.2158.04
HexCE5A840382413152363a
Octal31613220407044235226672
Binary11001110101101010000100011100010010010011101010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5a84; }

 p { color: rgb(206,90,132); }

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

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

 a { background-color: rgb(206,90,132); }

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

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

 span { border-color: rgb(206,90,132); }

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