#CF617D

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

Shades of Cranberry #CF617D

Tints of Cranberry #CF617D

Color information

#CF617D (or 0xCF617D) is unknown color: approx Cranberry. HEX triplet: CF, 61 and 7D. RGB value is (207,97,125). Sum of RGB (Red+Green+Blue) = 207+97+125=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617D is #309E82. Grayscale: #858585. Windows color (decimal): -3186307 or 8217039. OLE color: 8217039.

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

Color convert

RGB20797125-
CMYK00.530.400.19
HSL344.73º53.4%59.61%-
HSV(B)344.73º53.14%81.18%-
XYZ33.7123.322.12-
YUV133.08123.44180.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=48.25%
G=22.61%
B=29.14%

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
Decimal2079712500.530.400.19344.7353.459.61
HexCF617D0352813159353c
Octal31714117506550235316574
Binary1100111111000011111101011010110100010011101011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF617D; }

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

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

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

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

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

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

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

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