#CF4876

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

Shades of Cranberry #CF4876

Tints of Cranberry #CF4876

Color information

#CF4876 (or 0xCF4876) is unknown color: approx Cranberry. HEX triplet: CF, 48 and 76. RGB value is (207,72,118). Sum of RGB (Red+Green+Blue) = 207+72+118=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4876 is #30B789. Grayscale: #757575. Windows color (decimal): -3192714 or 7751887. OLE color: 7751887.

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

Color convert

RGB20772118-
CMYK00.650.430.19
HSL339.56º58.44%54.71%-
HSV(B)339.56º65.22%81.18%-
XYZ31.3219.2119.2-
YUV117.61128.23191.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=52.14%
G=18.14%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077211800.650.430.19339.5658.4454.71
HexCF48760412B131543a37
Octal317110166010153235247267
Binary11001111100100011101100100000110101110011101010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4876; }

 p { color: rgb(207,72,118); }

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

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

 a { background-color: rgb(207,72,118); }

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

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

 span { border-color: rgb(207,72,118); }

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