#CE547F

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

Shades of Cranberry #CE547F

Tints of Cranberry #CE547F

Color information

#CE547F (or 0xCE547F) is unknown color: approx Cranberry. HEX triplet: CE, 54 and 7F. RGB value is (206,84,127). Sum of RGB (Red+Green+Blue) = 206+84+127=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE547F is #31AB80. Grayscale: #7D7D7D. Windows color (decimal): -3255169 or 8344782. OLE color: 8344782.

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

Color convert

RGB20684127-
CMYK00.590.380.19
HSL338.85º55.45%56.86%-
HSV(B)338.85º59.22%80.78%-
XYZ32.4520.9922.42-
YUV125.38128.92185.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 127 (50% from 255) = 30.46%
R=49.40%
G=20.14%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068412700.590.380.19338.8555.4556.86
HexCE547F03B26131533739
Octal31612417707346235236771
Binary1100111010101001111111011101110011010011101010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE547F; }

 p { color: rgb(206,84,127); }

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

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

 a { background-color: rgb(206,84,127); }

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

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

 span { border-color: rgb(206,84,127); }

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