#ce587e

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

Shades of Cranberry #CE587E

Tints of Cranberry #CE587E

Color information

#CE587E (or 0xCE587E) is unknown color: approx Cranberry. HEX triplet: CE, 58 and 7E. RGB value is (206,88,126). Sum of RGB (Red+Green+Blue) = 206+88+126=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE587E is #31A781. Grayscale: #7F7F7F. Windows color (decimal): -3254146 or 8280270. OLE color: 8280270.

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

Color convert

RGB20688126-
CMYK00.570.390.19
HSL340.68º54.63%57.65%-
HSV(B)340.68º57.28%80.78%-
XYZ32.7121.6122.19-
YUV127.61127.09183.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 126 (49.61% from 255) = 30%
R=49.05%
G=20.95%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068812600.570.390.19340.6854.6357.65
HexCE587E0392713155373a
Octal31613017607147235256772
Binary1100111010110001111110011100110011110011101010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce587e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce587e; }

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

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

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

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

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

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

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

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