#CE4473

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

Shades of Cranberry #CE4473

Tints of Cranberry #CE4473

Color information

#CE4473 (or 0xCE4473) is unknown color: approx Cranberry. HEX triplet: CE, 44 and 73. RGB value is (206,68,115). Sum of RGB (Red+Green+Blue) = 206+68+115=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4473 is #31BB8C. Grayscale: #727272. Windows color (decimal): -3259277 or 7554254. OLE color: 7554254.

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

Color convert

RGB20668115-
CMYK00.670.440.19
HSL339.57º58.47%53.73%-
HSV(B)339.57º66.99%80.78%-
XYZ30.6218.4918.18-
YUV114.62128.22193.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=52.96%
G=17.48%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066811500.670.440.19339.5758.4753.73
HexCE44730432C131543a36
Octal316104163010354235247266
Binary11001110100010011100110100001110110010011101010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4473; }

 p { color: rgb(206,68,115); }

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

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

 a { background-color: rgb(206,68,115); }

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

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

 span { border-color: rgb(206,68,115); }

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