Shades of Cranberry #CB4B7A
Tints of Cranberry #CB4B7A
RGB
CMYK
RGB Variations
Color information
#CB4B7A (or 0xCB4B7A) is known color: Cranberry. HEX triplet: CB, 4B and 7A. RGB value is (203,75,122). Sum of RGB (Red+Green+Blue) = 203+75+122=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7A is #34B485. Grayscale: #767676. Windows color (decimal): -3454086 or 8014795. OLE color: 8014795.
HSL color Cylindrical-coordinate representation of color #CB4B7A: hue angle of 337.97º 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 #CB4B7A is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 122 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.20 |
| HSL | 337.97º | 0.55% | 0.55% | - |
| HSV(B) | 337.97º | 0.63% | 0.8% | - |
| XYZ | 30.66 | 19.13 | 20.49 | - |
| YUV | 118.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 122 | 0 | 0.63 | 0.40 | 0.20 | 337.97 | 0.55 | 0.55 |
| Hex | CB | 4B | 7A | 0 | 3F | 28 | 14 | 152 | 37 | 37 |
| Octal | 313 | 113 | 172 | 0 | 77 | 50 | 24 | 522 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1111010 | 0 | 111111 | 101000 | 10100 | 101010010 | 110111 | 110111 |
Color Harmonies of #CB4B7A
Complementary color
Monochromatic Colors of #CB4B7A
Black with #CB4B7A
Text Example
Text Example
White with #CB4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B7A; }
p { color: rgb(203,75,122); }
H1.HeaderClassName
{
color: #CB4B7A;
}
.AnyTagClassName
{
color: #CB4B7A;
}
</style>
background-color css
<style>
a { background-color: #CB4B7A; }
a { background-color: rgb(203,75,122); }
div.DivClassName
{
background-color: #CB4B7A;
}
.BgClassName
{
background-color: #CB4B7A;
}
</style>
border-color css
<style>
span { border-color: #CB4B7A; }
span { border-color: rgb(203,75,122); }
td.TdClassName
{
border-color: #CB4B7A;
}
.TagClassName
{
border-color: #CB4B7A;
}
</style>