Shades of Cranberry #CB4B7B
Tints of Cranberry #CB4B7B
RGB
CMYK
RGB Variations
Color information
#CB4B7B (or 0xCB4B7B) is known color: Cranberry. HEX triplet: CB, 4B and 7B. RGB value is (203,75,123). Sum of RGB (Red+Green+Blue) = 203+75+123=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7B is #34B484. Grayscale: #767676. Windows color (decimal): -3454085 or 8080331. OLE color: 8080331.
HSL color Cylindrical-coordinate representation of color #CB4B7B: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B7B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 123 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.20 |
| HSL | 337.5º | 0.55% | 0.55% | - |
| HSV(B) | 337.5º | 0.63% | 0.8% | - |
| XYZ | 30.72 | 19.16 | 20.82 | - |
| YUV | 118.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 123 | 0 | 0.63 | 0.39 | 0.20 | 337.5 | 0.55 | 0.55 |
| Hex | CB | 4B | 7B | 0 | 3F | 27 | 14 | 152 | 37 | 37 |
| Octal | 313 | 113 | 173 | 0 | 77 | 47 | 24 | 522 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1111011 | 0 | 111111 | 100111 | 10100 | 101010010 | 110111 | 110111 |
Color Harmonies of #CB4B7B
Complementary color
Monochromatic Colors of #CB4B7B
Black with #CB4B7B
Text Example
Text Example
White with #CB4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B7B; }
p { color: rgb(203,75,123); }
H1.HeaderClassName
{
color: #CB4B7B;
}
.AnyTagClassName
{
color: #CB4B7B;
}
</style>
background-color css
<style>
a { background-color: #CB4B7B; }
a { background-color: rgb(203,75,123); }
div.DivClassName
{
background-color: #CB4B7B;
}
.BgClassName
{
background-color: #CB4B7B;
}
</style>
border-color css
<style>
span { border-color: #CB4B7B; }
span { border-color: rgb(203,75,123); }
td.TdClassName
{
border-color: #CB4B7B;
}
.TagClassName
{
border-color: #CB4B7B;
}
</style>