#CF587D

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

Shades of Cranberry #CF587D

Tints of Cranberry #CF587D

Color information

#CF587D (or 0xCF587D) is unknown color: approx Cranberry. HEX triplet: CF, 58 and 7D. RGB value is (207,88,125). Sum of RGB (Red+Green+Blue) = 207+88+125=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF587D is #30A782. Grayscale: #7F7F7F. Windows color (decimal): -3188611 or 8214735. OLE color: 8214735.

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

Color convert

RGB20788125-
CMYK00.570.400.19
HSL341.34º55.35%57.84%-
HSV(B)341.34º57.49%81.18%-
XYZ32.9221.7321.86-
YUV127.8126.42184.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=49.29%
G=20.95%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078812500.570.400.19341.3455.3557.84
HexCF587D0392813155373a
Octal31713017507150235256772
Binary1100111110110001111101011100110100010011101010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF587D; }

 p { color: rgb(207,88,125); }

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

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

 a { background-color: rgb(207,88,125); }

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

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

 span { border-color: rgb(207,88,125); }

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