#CF4B80

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

Shades of Cranberry #CF4B80

Tints of Cranberry #CF4B80

Color information

#CF4B80 (or 0xCF4B80) is unknown color: approx Cranberry. HEX triplet: CF, 4B and 80. RGB value is (207,75,128). Sum of RGB (Red+Green+Blue) = 207+75+128=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B80 is #30B47F. Grayscale: #787878. Windows color (decimal): -3191936 or 8408015. OLE color: 8408015.

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

Color convert

RGB20775128-
CMYK00.640.380.19
HSL335.91º57.89%55.29%-
HSV(B)335.91º63.77%81.18%-
XYZ32.1419.8622.56-
YUV120.51132.23189.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=50.49%
G=18.29%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077512800.640.380.19335.9157.8955.29
HexCF4B8004026131503a37
Octal317113200010046235207267
Binary110011111001011100000000100000010011010011101010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4B80; }

 p { color: rgb(207,75,128); }

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

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

 a { background-color: rgb(207,75,128); }

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

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

 span { border-color: rgb(207,75,128); }

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