#CE4F81

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

Shades of Cranberry #CE4F81

Tints of Cranberry #CE4F81

Color information

#CE4F81 (or 0xCE4F81) is unknown color: approx Cranberry. HEX triplet: CE, 4F and 81. RGB value is (206,79,129). Sum of RGB (Red+Green+Blue) = 206+79+129=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F81 is #31B07E. Grayscale: #7A7A7A. Windows color (decimal): -3256447 or 8474574. OLE color: 8474574.

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

Color convert

RGB20679129-
CMYK00.620.370.19
HSL336.38º56.44%55.88%-
HSV(B)336.38º61.65%80.78%-
XYZ32.2120.322.99-
YUV122.67131.58187.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.76%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=49.76%
G=19.08%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067912900.620.370.19336.3856.4455.88
HexCE4F8103E25131503838
Octal31611720107645235207070
Binary11001110100111110000001011111010010110011101010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F81; }

 p { color: rgb(206,79,129); }

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

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

 a { background-color: rgb(206,79,129); }

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

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

 span { border-color: rgb(206,79,129); }

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