#CE5B7A

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

Shades of Cranberry #CE5B7A

Tints of Cranberry #CE5B7A

Color information

#CE5B7A (or 0xCE5B7A) is unknown color: approx Cranberry. HEX triplet: CE, 5B and 7A. RGB value is (206,91,122). Sum of RGB (Red+Green+Blue) = 206+91+122=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7A is #31A485. Grayscale: #808080. Windows color (decimal): -3253382 or 8018894. OLE color: 8018894.

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

Color convert

RGB20691122-
CMYK00.560.410.19
HSL343.83º53.99%58.24%-
HSV(B)343.83º55.83%80.78%-
XYZ32.7122.0120.94-
YUV128.92124.1182.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=49.16%
G=21.72%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069112200.560.410.19343.8353.9958.24
HexCE5B7A0382913158363a
Octal31613317207051235306672
Binary1100111010110111111010011100010100110011101011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B7A; }

 p { color: rgb(206,91,122); }

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

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

 a { background-color: rgb(206,91,122); }

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

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

 span { border-color: rgb(206,91,122); }

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