Shades of Cranberry #CB527C
Tints of Cranberry #CB527C
RGB
CMYK
RGB Variations
Color information
#CB527C (or 0xCB527C) is known color: Cranberry. HEX triplet: CB, 52 and 7C. RGB value is (203,82,124). Sum of RGB (Red+Green+Blue) = 203+82+124=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB527C is #34AD83. Grayscale: #7A7A7A. Windows color (decimal): -3452292 or 8147659. OLE color: 8147659.
HSL color Cylindrical-coordinate representation of color #CB527C: hue angle of 339.17º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB527C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 124 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.20 |
| HSL | 339.17º | 0.54% | 0.56% | - |
| HSV(B) | 339.17º | 0.6% | 0.8% | - |
| XYZ | 31.28 | 20.19 | 21.32 | - |
| YUV | 122.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 124 | 0 | 0.60 | 0.39 | 0.20 | 339.17 | 0.54 | 0.56 |
| Hex | CB | 52 | 7C | 0 | 3C | 27 | 14 | 153 | 36 | 38 |
| Octal | 313 | 122 | 174 | 0 | 74 | 47 | 24 | 523 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1111100 | 0 | 111100 | 100111 | 10100 | 101010011 | 110110 | 111000 |
Color Harmonies of #CB527C
Complementary color
Monochromatic Colors of #CB527C
Black with #CB527C
Text Example
Text Example
White with #CB527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB527C; }
p { color: rgb(203,82,124); }
H1.HeaderClassName
{
color: #CB527C;
}
.AnyTagClassName
{
color: #CB527C;
}
</style>
background-color css
<style>
a { background-color: #CB527C; }
a { background-color: rgb(203,82,124); }
div.DivClassName
{
background-color: #CB527C;
}
.BgClassName
{
background-color: #CB527C;
}
</style>
border-color css
<style>
span { border-color: #CB527C; }
span { border-color: rgb(203,82,124); }
td.TdClassName
{
border-color: #CB527C;
}
.TagClassName
{
border-color: #CB527C;
}
</style>