#CF5481

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

Shades of Cranberry #CF5481

Tints of Cranberry #CF5481

Color information

#CF5481 (or 0xCF5481) is unknown color: approx Cranberry. HEX triplet: CF, 54 and 81. RGB value is (207,84,129). Sum of RGB (Red+Green+Blue) = 207+84+129=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5481 is #30AB7E. Grayscale: #7D7D7D. Windows color (decimal): -3189631 or 8475855. OLE color: 8475855.

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

Color convert

RGB20784129-
CMYK00.590.380.19
HSL338.05º56.16%57.06%-
HSV(B)338.05º59.42%81.18%-
XYZ32.8621.1923.13-
YUV125.91129.75185.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=49.29%
G=20%
B=30.71%

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
Decimal2078412900.590.380.19338.0556.1657.06
HexCF548103B26131523839
Octal31712420107346235227071
Binary11001111101010010000001011101110011010011101010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5481; }

 p { color: rgb(207,84,129); }

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

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

 a { background-color: rgb(207,84,129); }

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

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

 span { border-color: rgb(207,84,129); }

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