Shades of Cranberry #CB4D7B
Tints of Cranberry #CB4D7B
RGB
CMYK
RGB Variations
Color information
#CB4D7B (or 0xCB4D7B) is known color: Cranberry. HEX triplet: CB, 4D and 7B. RGB value is (203,77,123). Sum of RGB (Red+Green+Blue) = 203+77+123=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D7B is #34B284. Grayscale: #777777. Windows color (decimal): -3453573 or 8080843. OLE color: 8080843.
HSL color Cylindrical-coordinate representation of color #CB4D7B: hue angle of 338.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D7B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 123 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.20 |
| HSL | 338.1º | 0.55% | 0.55% | - |
| HSV(B) | 338.1º | 0.62% | 0.8% | - |
| XYZ | 30.86 | 19.43 | 20.86 | - |
| YUV | 119.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 123 | 0 | 0.62 | 0.39 | 0.20 | 338.1 | 0.55 | 0.55 |
| Hex | CB | 4D | 7B | 0 | 3E | 27 | 14 | 152 | 37 | 37 |
| Octal | 313 | 115 | 173 | 0 | 76 | 47 | 24 | 522 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1111011 | 0 | 111110 | 100111 | 10100 | 101010010 | 110111 | 110111 |
Color Harmonies of #CB4D7B
Complementary color
Monochromatic Colors of #CB4D7B
Black with #CB4D7B
Text Example
Text Example
White with #CB4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D7B; }
p { color: rgb(203,77,123); }
H1.HeaderClassName
{
color: #CB4D7B;
}
.AnyTagClassName
{
color: #CB4D7B;
}
</style>
background-color css
<style>
a { background-color: #CB4D7B; }
a { background-color: rgb(203,77,123); }
div.DivClassName
{
background-color: #CB4D7B;
}
.BgClassName
{
background-color: #CB4D7B;
}
</style>
border-color css
<style>
span { border-color: #CB4D7B; }
span { border-color: rgb(203,77,123); }
td.TdClassName
{
border-color: #CB4D7B;
}
.TagClassName
{
border-color: #CB4D7B;
}
</style>