Shades of Cranberry #CF5A7F
Tints of Cranberry #CF5A7F
RGB
CMYK
RGB Variations
Color information
#CF5A7F (or 0xCF5A7F) is known color: Cranberry. HEX triplet: CF, 5A and 7F. RGB value is (207,90,127). Sum of RGB (Red+Green+Blue) = 207+90+127=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A7F is #30A580. Grayscale: #818181. Windows color (decimal): -3188097 or 8346319. OLE color: 8346319.
HSL color Cylindrical-coordinate representation of color #CF5A7F: hue angle of 341.03º 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 #CF5A7F is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 127 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.19 |
| HSL | 341.03º | 0.55% | 0.58% | - |
| HSV(B) | 341.03º | 0.57% | 0.81% | - |
| XYZ | 33.22 | 22.11 | 22.6 | - |
| YUV | 129.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 127 | 0 | 0.57 | 0.39 | 0.19 | 341.03 | 0.55 | 0.58 |
| Hex | CF | 5A | 7F | 0 | 39 | 27 | 13 | 155 | 37 | 3A |
| Octal | 317 | 132 | 177 | 0 | 71 | 47 | 23 | 525 | 67 | 72 |
| Binary | 11001111 | 1011010 | 1111111 | 0 | 111001 | 100111 | 10011 | 101010101 | 110111 | 111010 |
Color Harmonies of #CF5A7F
Complementary color
Monochromatic Colors of #CF5A7F
Black with #CF5A7F
Text Example
Text Example
White with #CF5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A7F; }
p { color: rgb(207,90,127); }
H1.HeaderClassName
{
color: #CF5A7F;
}
.AnyTagClassName
{
color: #CF5A7F;
}
</style>
background-color css
<style>
a { background-color: #CF5A7F; }
a { background-color: rgb(207,90,127); }
div.DivClassName
{
background-color: #CF5A7F;
}
.BgClassName
{
background-color: #CF5A7F;
}
</style>
border-color css
<style>
span { border-color: #CF5A7F; }
span { border-color: rgb(207,90,127); }
td.TdClassName
{
border-color: #CF5A7F;
}
.TagClassName
{
border-color: #CF5A7F;
}
</style>