#CE557C

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

Shades of Cranberry #CE557C

Tints of Cranberry #CE557C

Color information

#CE557C (or 0xCE557C) is unknown color: approx Cranberry. HEX triplet: CE, 55 and 7C. RGB value is (206,85,124). Sum of RGB (Red+Green+Blue) = 206+85+124=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557C is #31AA83. Grayscale: #7D7D7D. Windows color (decimal): -3254916 or 8148430. OLE color: 8148430.

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

Color convert

RGB20685124-
CMYK00.590.400.19
HSL340.66º55.25%57.06%-
HSV(B)340.66º58.74%80.78%-
XYZ32.3421.0721.43-
YUV125.62127.09185.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=49.64%
G=20.48%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068512400.590.400.19340.6655.2557.06
HexCE557C03B28131553739
Octal31612517407350235256771
Binary1100111010101011111100011101110100010011101010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE557C; }

 p { color: rgb(206,85,124); }

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

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

 a { background-color: rgb(206,85,124); }

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

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

 span { border-color: rgb(206,85,124); }

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