#cf617c

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

Shades of Cranberry #CF617C

Tints of Cranberry #CF617C

Color information

#CF617C (or 0xCF617C) is unknown color: approx Cranberry. HEX triplet: CF, 61 and 7C. RGB value is (207,97,124). Sum of RGB (Red+Green+Blue) = 207+97+124=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617C is #309E83. Grayscale: #848484. Windows color (decimal): -3186308 or 8151503. OLE color: 8151503.

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

Color convert

RGB20797124-
CMYK00.530.400.19
HSL345.27º53.4%59.61%-
HSV(B)345.27º53.14%81.18%-
XYZ33.6423.2721.79-
YUV132.97122.94180.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=48.36%
G=22.66%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079712400.530.400.19345.2753.459.61
HexCF617C0352813159353c
Octal31714117406550235316574
Binary1100111111000011111100011010110100010011101011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf617c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf617c; }

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

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

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

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

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

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

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

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