Shades of Cranberry #CF537E
Tints of Cranberry #CF537E
RGB
CMYK
RGB Variations
Color information
#CF537E (or 0xCF537E) is known color: Cranberry. HEX triplet: CF, 53 and 7E. RGB value is (207,83,126). Sum of RGB (Red+Green+Blue) = 207+83+126=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF537E is #30AC81. Grayscale: #7C7C7C. Windows color (decimal): -3189890 or 8278991. OLE color: 8278991.
HSL color Cylindrical-coordinate representation of color #CF537E: hue angle of 339.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF537E is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 126 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.19 |
| HSL | 339.19º | 0.56% | 0.57% | - |
| HSV(B) | 339.19º | 0.6% | 0.81% | - |
| XYZ | 32.59 | 20.96 | 22.07 | - |
| YUV | 124.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 126 | 0 | 0.60 | 0.39 | 0.19 | 339.19 | 0.56 | 0.57 |
| Hex | CF | 53 | 7E | 0 | 3C | 27 | 13 | 153 | 38 | 39 |
| Octal | 317 | 123 | 176 | 0 | 74 | 47 | 23 | 523 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1111110 | 0 | 111100 | 100111 | 10011 | 101010011 | 111000 | 111001 |
Color Harmonies of #CF537E
Complementary color
Monochromatic Colors of #CF537E
Black with #CF537E
Text Example
Text Example
White with #CF537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF537E; }
p { color: rgb(207,83,126); }
H1.HeaderClassName
{
color: #CF537E;
}
.AnyTagClassName
{
color: #CF537E;
}
</style>
background-color css
<style>
a { background-color: #CF537E; }
a { background-color: rgb(207,83,126); }
div.DivClassName
{
background-color: #CF537E;
}
.BgClassName
{
background-color: #CF537E;
}
</style>
border-color css
<style>
span { border-color: #CF537E; }
span { border-color: rgb(207,83,126); }
td.TdClassName
{
border-color: #CF537E;
}
.TagClassName
{
border-color: #CF537E;
}
</style>