#CF4579

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

Shades of Cranberry #CF4579

Tints of Cranberry #CF4579

Color information

#CF4579 (or 0xCF4579) is unknown color: approx Cranberry. HEX triplet: CF, 45 and 79. RGB value is (207,69,121). Sum of RGB (Red+Green+Blue) = 207+69+121=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4579 is #30BA86. Grayscale: #747474. Windows color (decimal): -3193479 or 7947727. OLE color: 7947727.

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

Color convert

RGB20769121-
CMYK00.670.420.19
HSL337.39º58.97%54.12%-
HSV(B)337.39º66.67%81.18%-
XYZ31.3118.920.09-
YUV116.19130.72192.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=52.14%
G=17.38%
B=30.48%

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
Decimal2076912100.670.420.19337.3958.9754.12
HexCF45790432A131513b36
Octal317105171010352235217366
Binary11001111100010111110010100001110101010011101010001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4579; }

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

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

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

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

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

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

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

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