#CF4479

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

Shades of Cranberry #CF4479

Tints of Cranberry #CF4479

Color information

#CF4479 (or 0xCF4479) is unknown color: approx Cranberry. HEX triplet: CF, 44 and 79. RGB value is (207,68,121). Sum of RGB (Red+Green+Blue) = 207+68+121=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4479 is #30BB86. Grayscale: #737373. Windows color (decimal): -3193735 or 7947471. OLE color: 7947471.

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

Color convert

RGB20768121-
CMYK00.670.420.19
HSL337.12º59.15%53.92%-
HSV(B)337.12º67.15%81.18%-
XYZ31.2518.7820.07-
YUV115.6131.05193.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.27%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=52.27%
G=17.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076812100.670.420.19337.1259.1553.92
HexCF44790432A131513b36
Octal317104171010352235217366
Binary11001111100010011110010100001110101010011101010001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4479; }

 p { color: rgb(207,68,121); }

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

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

 a { background-color: rgb(207,68,121); }

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

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

 span { border-color: rgb(207,68,121); }

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