Shades of Cranberry #CF5C7A
Tints of Cranberry #CF5C7A
RGB
CMYK
RGB Variations
Color information
#CF5C7A (or 0xCF5C7A) is known color: Cranberry. HEX triplet: CF, 5C and 7A. RGB value is (207,92,122). Sum of RGB (Red+Green+Blue) = 207+92+122=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C7A is #30A385. Grayscale: #818181. Windows color (decimal): -3187590 or 8019151. OLE color: 8019151.
HSL color Cylindrical-coordinate representation of color #CF5C7A: hue angle of 344.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C7A is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 122 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.19 |
| HSL | 344.35º | 0.55% | 0.59% | - |
| HSV(B) | 344.35º | 0.56% | 0.81% | - |
| XYZ | 33.07 | 22.32 | 20.98 | - |
| YUV | 129.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 122 | 0 | 0.56 | 0.41 | 0.19 | 344.35 | 0.55 | 0.59 |
| Hex | CF | 5C | 7A | 0 | 38 | 29 | 13 | 158 | 37 | 3B |
| Octal | 317 | 134 | 172 | 0 | 70 | 51 | 23 | 530 | 67 | 73 |
| Binary | 11001111 | 1011100 | 1111010 | 0 | 111000 | 101001 | 10011 | 101011000 | 110111 | 111011 |
Color Harmonies of #CF5C7A
Complementary color
Monochromatic Colors of #CF5C7A
Black with #CF5C7A
Text Example
Text Example
White with #CF5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C7A; }
p { color: rgb(207,92,122); }
H1.HeaderClassName
{
color: #CF5C7A;
}
.AnyTagClassName
{
color: #CF5C7A;
}
</style>
background-color css
<style>
a { background-color: #CF5C7A; }
a { background-color: rgb(207,92,122); }
div.DivClassName
{
background-color: #CF5C7A;
}
.BgClassName
{
background-color: #CF5C7A;
}
</style>
border-color css
<style>
span { border-color: #CF5C7A; }
span { border-color: rgb(207,92,122); }
td.TdClassName
{
border-color: #CF5C7A;
}
.TagClassName
{
border-color: #CF5C7A;
}
</style>