#CF487F

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

Shades of Cranberry #CF487F

Tints of Cranberry #CF487F

Color information

#CF487F (or 0xCF487F) is unknown color: approx Cranberry. HEX triplet: CF, 48 and 7F. RGB value is (207,72,127). Sum of RGB (Red+Green+Blue) = 207+72+127=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487F is #30B780. Grayscale: #767676. Windows color (decimal): -3192705 or 8341711. OLE color: 8341711.

HSL color Cylindrical-coordinate representation of color #CF487F: hue angle of 335.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 #CF487F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20772127-
CMYK00.650.390.19
HSL335.56º58.44%54.71%-
HSV(B)335.56º65.22%81.18%-
XYZ31.8819.4322.15-
YUV118.64132.73191.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 72 (28.52% from 255) = 17.73%
BLUE value IS 127 (50% from 255) = 31.28%
R=50.99%
G=17.73%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077212700.650.390.19335.5658.4454.71
HexCF487F04127131503a37
Octal317110177010147235207267
Binary11001111100100011111110100000110011110011101010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF487F; }

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

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

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

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

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

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

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

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