#CE487D

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

Shades of Cranberry #CE487D

Tints of Cranberry #CE487D

Color information

#CE487D (or 0xCE487D) is unknown color: approx Cranberry. HEX triplet: CE, 48 and 7D. RGB value is (206,72,125). Sum of RGB (Red+Green+Blue) = 206+72+125=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE487D is #31B782. Grayscale: #767676. Windows color (decimal): -3258243 or 8210638. OLE color: 8210638.

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

Color convert

RGB20672125-
CMYK00.650.390.19
HSL336.27º57.76%54.51%-
HSV(B)336.27º65.05%80.78%-
XYZ31.4719.2421.46-
YUV118.11131.89190.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.12%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=51.12%
G=17.87%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067212500.650.390.19336.2757.7654.51
HexCE487D04127131503a37
Octal316110175010147235207267
Binary11001110100100011111010100000110011110011101010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE487D; }

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

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

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

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

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

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

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

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