#CF4072

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

Shades of Cranberry #CF4072

Tints of Cranberry #CF4072

Color information

#CF4072 (or 0xCF4072) is unknown color: approx Cranberry. HEX triplet: CF, 40 and 72. RGB value is (207,64,114). Sum of RGB (Red+Green+Blue) = 207+64+114=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4072 is #30BF8D. Grayscale: #707070. Windows color (decimal): -3194766 or 7487695. OLE color: 7487695.

HSL color Cylindrical-coordinate representation of color #CF4072: hue angle of 339.02º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4072 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB20764114-
CMYK00.690.450.19
HSL339.02º59.83%53.14%-
HSV(B)339.02º69.08%81.18%-
XYZ30.618.1517.81-
YUV112.46128.88195.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=53.77%
G=16.62%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076411400.690.450.19339.0259.8353.14
HexCF40720452D131533c35
Octal317100162010555235237465
Binary11001111100000011100100100010110110110011101010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4072; }

 p { color: rgb(207,64,114); }

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

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

 a { background-color: rgb(207,64,114); }

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

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

 span { border-color: rgb(207,64,114); }

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