#CE5B7B

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

Shades of Cranberry #CE5B7B

Tints of Cranberry #CE5B7B

Color information

#CE5B7B (or 0xCE5B7B) is unknown color: approx Cranberry. HEX triplet: CE, 5B and 7B. RGB value is (206,91,123). Sum of RGB (Red+Green+Blue) = 206+91+123=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7B is #31A484. Grayscale: #818181. Windows color (decimal): -3253381 or 8084430. OLE color: 8084430.

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

Color convert

RGB20691123-
CMYK00.560.400.19
HSL343.3º53.99%58.24%-
HSV(B)343.3º55.83%80.78%-
XYZ32.7722.0321.26-
YUV129.03124.6182.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=49.05%
G=21.67%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069112300.560.400.19343.353.9958.24
HexCE5B7B0382813157363a
Octal31613317307050235276672
Binary1100111010110111111011011100010100010011101010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B7B; }

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

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

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

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

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

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

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

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