Shades of Cranberry #CB507B
Tints of Cranberry #CB507B
RGB
CMYK
RGB Variations
Color information
#CB507B (or 0xCB507B) is known color: Cranberry. HEX triplet: CB, 50 and 7B. RGB value is (203,80,123). Sum of RGB (Red+Green+Blue) = 203+80+123=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507B is #34AF84. Grayscale: #797979. Windows color (decimal): -3452805 or 8081611. OLE color: 8081611.
HSL color Cylindrical-coordinate representation of color #CB507B: hue angle of 339.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB507B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 123 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.20 |
| HSL | 339.02º | 0.54% | 0.55% | - |
| HSV(B) | 339.02º | 0.61% | 0.8% | - |
| XYZ | 31.07 | 19.86 | 20.94 | - |
| YUV | 121.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 123 | 0 | 0.61 | 0.39 | 0.20 | 339.02 | 0.54 | 0.55 |
| Hex | CB | 50 | 7B | 0 | 3D | 27 | 14 | 153 | 36 | 37 |
| Octal | 313 | 120 | 173 | 0 | 75 | 47 | 24 | 523 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1111011 | 0 | 111101 | 100111 | 10100 | 101010011 | 110110 | 110111 |
Color Harmonies of #CB507B
Complementary color
Monochromatic Colors of #CB507B
Black with #CB507B
Text Example
Text Example
White with #CB507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB507B; }
p { color: rgb(203,80,123); }
H1.HeaderClassName
{
color: #CB507B;
}
.AnyTagClassName
{
color: #CB507B;
}
</style>
background-color css
<style>
a { background-color: #CB507B; }
a { background-color: rgb(203,80,123); }
div.DivClassName
{
background-color: #CB507B;
}
.BgClassName
{
background-color: #CB507B;
}
</style>
border-color css
<style>
span { border-color: #CB507B; }
span { border-color: rgb(203,80,123); }
td.TdClassName
{
border-color: #CB507B;
}
.TagClassName
{
border-color: #CB507B;
}
</style>