Shades of Cranberry #CB537C
Tints of Cranberry #CB537C
RGB
CMYK
RGB Variations
Color information
#CB537C (or 0xCB537C) is known color: Cranberry. HEX triplet: CB, 53 and 7C. RGB value is (203,83,124). Sum of RGB (Red+Green+Blue) = 203+83+124=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB537C is #34AC83. Grayscale: #7B7B7B. Windows color (decimal): -3452036 or 8147915. OLE color: 8147915.
HSL color Cylindrical-coordinate representation of color #CB537C: hue angle of 339.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB537C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 124 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.20 |
| HSL | 339.5º | 0.54% | 0.56% | - |
| HSV(B) | 339.5º | 0.59% | 0.8% | - |
| XYZ | 31.36 | 20.34 | 21.34 | - |
| YUV | 123.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 124 | 0 | 0.59 | 0.39 | 0.20 | 339.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 7C | 0 | 3B | 27 | 14 | 154 | 36 | 38 |
| Octal | 313 | 123 | 174 | 0 | 73 | 47 | 24 | 524 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1111100 | 0 | 111011 | 100111 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CB537C
Complementary color
Monochromatic Colors of #CB537C
Black with #CB537C
Text Example
Text Example
White with #CB537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB537C; }
p { color: rgb(203,83,124); }
H1.HeaderClassName
{
color: #CB537C;
}
.AnyTagClassName
{
color: #CB537C;
}
</style>
background-color css
<style>
a { background-color: #CB537C; }
a { background-color: rgb(203,83,124); }
div.DivClassName
{
background-color: #CB537C;
}
.BgClassName
{
background-color: #CB537C;
}
</style>
border-color css
<style>
span { border-color: #CB537C; }
span { border-color: rgb(203,83,124); }
td.TdClassName
{
border-color: #CB537C;
}
.TagClassName
{
border-color: #CB537C;
}
</style>