Shades of Cranberry #CB547B
Tints of Cranberry #CB547B
RGB
CMYK
RGB Variations
Color information
#CB547B (or 0xCB547B) is known color: Cranberry. HEX triplet: CB, 54 and 7B. RGB value is (203,84,123). Sum of RGB (Red+Green+Blue) = 203+84+123=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB547B is #34AB84. Grayscale: #7B7B7B. Windows color (decimal): -3451781 or 8082635. OLE color: 8082635.
HSL color Cylindrical-coordinate representation of color #CB547B: hue angle of 340.34º degrees, saturation: 0.53, 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 #CB547B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 123 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.20 |
| HSL | 340.34º | 0.53% | 0.56% | - |
| HSV(B) | 340.34º | 0.59% | 0.8% | - |
| XYZ | 31.37 | 20.47 | 21.04 | - |
| YUV | 124.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 123 | 0 | 0.59 | 0.39 | 0.20 | 340.34 | 0.53 | 0.56 |
| Hex | CB | 54 | 7B | 0 | 3B | 27 | 14 | 154 | 35 | 38 |
| Octal | 313 | 124 | 173 | 0 | 73 | 47 | 24 | 524 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1111011 | 0 | 111011 | 100111 | 10100 | 101010100 | 110101 | 111000 |
Color Harmonies of #CB547B
Complementary color
Monochromatic Colors of #CB547B
Black with #CB547B
Text Example
Text Example
White with #CB547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB547B; }
p { color: rgb(203,84,123); }
H1.HeaderClassName
{
color: #CB547B;
}
.AnyTagClassName
{
color: #CB547B;
}
</style>
background-color css
<style>
a { background-color: #CB547B; }
a { background-color: rgb(203,84,123); }
div.DivClassName
{
background-color: #CB547B;
}
.BgClassName
{
background-color: #CB547B;
}
</style>
border-color css
<style>
span { border-color: #CB547B; }
span { border-color: rgb(203,84,123); }
td.TdClassName
{
border-color: #CB547B;
}
.TagClassName
{
border-color: #CB547B;
}
</style>