#cf5b84

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

Shades of Cranberry #CF5B84

Tints of Cranberry #CF5B84

Color information

#CF5B84 (or 0xCF5B84) is unknown color: approx Cranberry. HEX triplet: CF, 5B and 84. RGB value is (207,91,132). Sum of RGB (Red+Green+Blue) = 207+91+132=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B84 is #30A47B. Grayscale: #828282. Windows color (decimal): -3187836 or 8674255. OLE color: 8674255.

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

Color convert

RGB20791132-
CMYK00.560.360.19
HSL338.79º54.72%58.43%-
HSV(B)338.79º56.04%81.18%-
XYZ33.6422.4124.38-
YUV130.36128.93182.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=48.14%
G=21.16%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079113200.560.360.19338.7954.7258.43
HexCF5B840382413153373a
Octal31713320407044235236772
Binary11001111101101110000100011100010010010011101010011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5b84; }

 p { color: rgb(207,91,132); }

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

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

 a { background-color: rgb(207,91,132); }

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

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

 span { border-color: rgb(207,91,132); }

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