#CE557D

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

Shades of Cranberry #CE557D

Tints of Cranberry #CE557D

Color information

#CE557D (or 0xCE557D) is unknown color: approx Cranberry. HEX triplet: CE, 55 and 7D. RGB value is (206,85,125). Sum of RGB (Red+Green+Blue) = 206+85+125=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557D is #31AA82. Grayscale: #7D7D7D. Windows color (decimal): -3254915 or 8213966. OLE color: 8213966.

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

Color convert

RGB20685125-
CMYK00.590.390.19
HSL340.17º55.25%57.06%-
HSV(B)340.17º58.74%80.78%-
XYZ32.421.121.77-
YUV125.74127.59185.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.52%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=49.52%
G=20.43%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068512500.590.390.19340.1755.2557.06
HexCE557D03B27131543739
Octal31612517507347235246771
Binary1100111010101011111101011101110011110011101010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE557D; }

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

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

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

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

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

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

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

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