Shades of Cranberry #CF5C7D
Tints of Cranberry #CF5C7D
RGB
CMYK
RGB Variations
Color information
#CF5C7D (or 0xCF5C7D) is known color: Cranberry. HEX triplet: CF, 5C and 7D. RGB value is (207,92,125). Sum of RGB (Red+Green+Blue) = 207+92+125=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C7D is #30A382. Grayscale: #828282. Windows color (decimal): -3187587 or 8215759. OLE color: 8215759.
HSL color Cylindrical-coordinate representation of color #CF5C7D: hue angle of 342.78º 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 #CF5C7D is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 125 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.19 |
| HSL | 342.78º | 0.55% | 0.59% | - |
| HSV(B) | 342.78º | 0.56% | 0.81% | - |
| XYZ | 33.26 | 22.4 | 21.97 | - |
| YUV | 130.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 125 | 0 | 0.56 | 0.40 | 0.19 | 342.78 | 0.55 | 0.59 |
| Hex | CF | 5C | 7D | 0 | 38 | 28 | 13 | 157 | 37 | 3B |
| Octal | 317 | 134 | 175 | 0 | 70 | 50 | 23 | 527 | 67 | 73 |
| Binary | 11001111 | 1011100 | 1111101 | 0 | 111000 | 101000 | 10011 | 101010111 | 110111 | 111011 |
Color Harmonies of #CF5C7D
Complementary color
Monochromatic Colors of #CF5C7D
Black with #CF5C7D
Text Example
Text Example
White with #CF5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C7D; }
p { color: rgb(207,92,125); }
H1.HeaderClassName
{
color: #CF5C7D;
}
.AnyTagClassName
{
color: #CF5C7D;
}
</style>
background-color css
<style>
a { background-color: #CF5C7D; }
a { background-color: rgb(207,92,125); }
div.DivClassName
{
background-color: #CF5C7D;
}
.BgClassName
{
background-color: #CF5C7D;
}
</style>
border-color css
<style>
span { border-color: #CF5C7D; }
span { border-color: rgb(207,92,125); }
td.TdClassName
{
border-color: #CF5C7D;
}
.TagClassName
{
border-color: #CF5C7D;
}
</style>