#CF467F

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

Shades of Cranberry #CF467F

Tints of Cranberry #CF467F

Color information

#CF467F (or 0xCF467F) is unknown color: approx Cranberry. HEX triplet: CF, 46 and 7F. RGB value is (207,70,127). Sum of RGB (Red+Green+Blue) = 207+70+127=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF467F is #30B980. Grayscale: #757575. Windows color (decimal): -3193217 or 8341199. OLE color: 8341199.

HSL color Cylindrical-coordinate representation of color #CF467F: hue angle of 335.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF467F is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20770127-
CMYK00.660.390.19
HSL335.04º58.8%54.31%-
HSV(B)335.04º66.18%81.18%-
XYZ31.7519.1822.11-
YUV117.46133.39191.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 127 (50% from 255) = 31.44%
R=51.24%
G=17.33%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077012700.660.390.19335.0458.854.31
HexCF467F042271314f3b36
Octal317106177010247235177366
Binary11001111100011011111110100001010011110011101001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF467F; }

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

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

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

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

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

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

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

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