#CF547C

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

Shades of Cranberry #CF547C

Tints of Cranberry #CF547C

Color information

#CF547C (or 0xCF547C) is unknown color: approx Cranberry. HEX triplet: CF, 54 and 7C. RGB value is (207,84,124). Sum of RGB (Red+Green+Blue) = 207+84+124=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF547C is #30AB83. Grayscale: #7D7D7D. Windows color (decimal): -3189636 or 8148175. OLE color: 8148175.

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

Color convert

RGB20784124-
CMYK00.590.400.19
HSL340.49º56.16%57.06%-
HSV(B)340.49º59.42%81.18%-
XYZ32.5421.0621.42-
YUV125.34127.25186.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=49.88%
G=20.24%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078412400.590.400.19340.4956.1657.06
HexCF547C03B28131543839
Octal31712417407350235247071
Binary1100111110101001111100011101110100010011101010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF547C; }

 p { color: rgb(207,84,124); }

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

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

 a { background-color: rgb(207,84,124); }

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

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

 span { border-color: rgb(207,84,124); }

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