#cf5a7c

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

Shades of Cranberry #CF5A7C

Tints of Cranberry #CF5A7C

Color information

#CF5A7C (or 0xCF5A7C) is unknown color: approx Cranberry. HEX triplet: CF, 5A and 7C. RGB value is (207,90,124). Sum of RGB (Red+Green+Blue) = 207+90+124=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A7C is #30A583. Grayscale: #808080. Windows color (decimal): -3188100 or 8149711. OLE color: 8149711.

HSL color Cylindrical-coordinate representation of color #CF5A7C: hue angle of 342.56º 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 #CF5A7C is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB20790124-
CMYK00.570.400.19
HSL342.56º54.93%58.24%-
HSV(B)342.56º56.52%81.18%-
XYZ33.0322.0321.58-
YUV128.86125.26183.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=49.17%
G=21.38%
B=29.45%

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
Decimal2079012400.570.400.19342.5654.9358.24
HexCF5A7C0392813157373a
Octal31713217407150235276772
Binary1100111110110101111100011100110100010011101010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5a7c; }

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

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

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

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

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

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

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

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