Shades of Cranberry #C9527B
Tints of Cranberry #C9527B
RGB
CMYK
RGB Variations
Color information
#C9527B (or 0xC9527B) is known color: Cranberry. HEX triplet: C9, 52 and 7B. RGB value is (201,82,123). Sum of RGB (Red+Green+Blue) = 201+82+123=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9527B is #36AD84. Grayscale: #7A7A7A. Windows color (decimal): -3583365 or 8082121. OLE color: 8082121.
HSL color Cylindrical-coordinate representation of color #C9527B: hue angle of 339.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9527B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 123 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.21 |
| HSL | 339.33º | 0.52% | 0.55% | - |
| HSV(B) | 339.33º | 0.59% | 0.79% | - |
| XYZ | 30.68 | 19.88 | 20.96 | - |
| YUV | 122.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 123 | 0 | 0.59 | 0.39 | 0.21 | 339.33 | 0.52 | 0.55 |
| Hex | C9 | 52 | 7B | 0 | 3B | 27 | 15 | 153 | 34 | 37 |
| Octal | 311 | 122 | 173 | 0 | 73 | 47 | 25 | 523 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1111011 | 0 | 111011 | 100111 | 10101 | 101010011 | 110100 | 110111 |
Color Harmonies of #C9527B
Complementary color
Monochromatic Colors of #C9527B
Black with #C9527B
Text Example
Text Example
White with #C9527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9527B; }
p { color: rgb(201,82,123); }
H1.HeaderClassName
{
color: #C9527B;
}
.AnyTagClassName
{
color: #C9527B;
}
</style>
background-color css
<style>
a { background-color: #C9527B; }
a { background-color: rgb(201,82,123); }
div.DivClassName
{
background-color: #C9527B;
}
.BgClassName
{
background-color: #C9527B;
}
</style>
border-color css
<style>
span { border-color: #C9527B; }
span { border-color: rgb(201,82,123); }
td.TdClassName
{
border-color: #C9527B;
}
.TagClassName
{
border-color: #C9527B;
}
</style>