#CE4674

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

Shades of Cranberry #CE4674

Tints of Cranberry #CE4674

Color information

#CE4674 (or 0xCE4674) is unknown color: approx Cranberry. HEX triplet: CE, 46 and 74. RGB value is (206,70,116). Sum of RGB (Red+Green+Blue) = 206+70+116=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4674 is #31B98B. Grayscale: #737373. Windows color (decimal): -3258764 or 7620302. OLE color: 7620302.

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

Color convert

RGB20670116-
CMYK00.660.440.19
HSL339.71º58.12%54.12%-
HSV(B)339.71º66.02%80.78%-
XYZ30.818.7618.52-
YUV115.91128.06192.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=52.55%
G=17.86%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067011600.660.440.19339.7158.1254.12
HexCE46740422C131543a36
Octal316106164010254235247266
Binary11001110100011011101000100001010110010011101010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4674; }

 p { color: rgb(206,70,116); }

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

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

 a { background-color: rgb(206,70,116); }

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

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

 span { border-color: rgb(206,70,116); }

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