#CE5D82

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

Shades of Cranberry #CE5D82

Tints of Cranberry #CE5D82

Color information

#CE5D82 (or 0xCE5D82) is unknown color: approx Cranberry. HEX triplet: CE, 5D and 82. RGB value is (206,93,130). Sum of RGB (Red+Green+Blue) = 206+93+130=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D82 is #31A27D. Grayscale: #828282. Windows color (decimal): -3252862 or 8543694. OLE color: 8543694.

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

Color convert

RGB20693130-
CMYK00.550.370.19
HSL340.35º53.55%58.63%-
HSV(B)340.35º54.85%80.78%-
XYZ33.422.5623.71-
YUV131127.44181.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=48.02%
G=21.68%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069313000.550.370.19340.3553.5558.63
HexCE5D820372513154363b
Octal31613520206745235246673
Binary11001110101110110000010011011110010110011101010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D82; }

 p { color: rgb(206,93,130); }

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

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

 a { background-color: rgb(206,93,130); }

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

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

 span { border-color: rgb(206,93,130); }

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