Shades of Cranberry #C9527E
Tints of Cranberry #C9527E
RGB
CMYK
RGB Variations
Color information
#C9527E (or 0xC9527E) is known color: Cranberry. HEX triplet: C9, 52 and 7E. RGB value is (201,82,126). Sum of RGB (Red+Green+Blue) = 201+82+126=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9527E is #36AD81. Grayscale: #7A7A7A. Windows color (decimal): -3583362 or 8278729. OLE color: 8278729.
HSL color Cylindrical-coordinate representation of color #C9527E: hue angle of 337.82º 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 #C9527E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 126 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.21 |
| HSL | 337.82º | 0.52% | 0.55% | - |
| HSV(B) | 337.82º | 0.59% | 0.79% | - |
| XYZ | 30.87 | 19.96 | 21.96 | - |
| YUV | 122.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 126 | 0 | 0.59 | 0.37 | 0.21 | 337.82 | 0.52 | 0.55 |
| Hex | C9 | 52 | 7E | 0 | 3B | 25 | 15 | 152 | 34 | 37 |
| Octal | 311 | 122 | 176 | 0 | 73 | 45 | 25 | 522 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1111110 | 0 | 111011 | 100101 | 10101 | 101010010 | 110100 | 110111 |
Color Harmonies of #C9527E
Complementary color
Monochromatic Colors of #C9527E
Black with #C9527E
Text Example
Text Example
White with #C9527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9527E; }
p { color: rgb(201,82,126); }
H1.HeaderClassName
{
color: #C9527E;
}
.AnyTagClassName
{
color: #C9527E;
}
</style>
background-color css
<style>
a { background-color: #C9527E; }
a { background-color: rgb(201,82,126); }
div.DivClassName
{
background-color: #C9527E;
}
.BgClassName
{
background-color: #C9527E;
}
</style>
border-color css
<style>
span { border-color: #C9527E; }
span { border-color: rgb(201,82,126); }
td.TdClassName
{
border-color: #C9527E;
}
.TagClassName
{
border-color: #C9527E;
}
</style>