#CF5180

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

Shades of Cranberry #CF5180

Tints of Cranberry #CF5180

Color information

#CF5180 (or 0xCF5180) is unknown color: approx Cranberry. HEX triplet: CF, 51 and 80. RGB value is (207,81,128). Sum of RGB (Red+Green+Blue) = 207+81+128=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5180 is #30AE7F. Grayscale: #7B7B7B. Windows color (decimal): -3190400 or 8409551. OLE color: 8409551.

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

Color convert

RGB20781128-
CMYK00.610.380.19
HSL337.62º56.76%56.47%-
HSV(B)337.62º60.87%81.18%-
XYZ32.5720.7122.7-
YUV124.03130.24187.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=49.76%
G=19.47%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078112800.610.380.19337.6256.7656.47
HexCF518003D26131523938
Octal31712120007546235227170
Binary11001111101000110000000011110110011010011101010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5180; }

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

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

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

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

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

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

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

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