#CF5780

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

Shades of Cranberry #CF5780

Tints of Cranberry #CF5780

Color information

#CF5780 (or 0xCF5780) is unknown color: approx Cranberry. HEX triplet: CF, 57 and 80. RGB value is (207,87,128). Sum of RGB (Red+Green+Blue) = 207+87+128=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5780 is #30A87F. Grayscale: #7F7F7F. Windows color (decimal): -3188864 or 8411087. OLE color: 8411087.

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

Color convert

RGB20787128-
CMYK00.580.380.19
HSL339.5º55.56%57.65%-
HSV(B)339.5º57.97%81.18%-
XYZ33.0421.6422.86-
YUV127.55128.26184.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=49.05%
G=20.62%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078712800.580.380.19339.555.5657.65
HexCF578003A2613154383a
Octal31712720007246235247072
Binary11001111101011110000000011101010011010011101010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5780; }

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

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

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

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

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

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

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

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