Shades of Cranberry #CB4B7D
Tints of Cranberry #CB4B7D
RGB
CMYK
RGB Variations
Color information
#CB4B7D (or 0xCB4B7D) is known color: Cranberry. HEX triplet: CB, 4B and 7D. RGB value is (203,75,125). Sum of RGB (Red+Green+Blue) = 203+75+125=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7D is #34B482. Grayscale: #767676. Windows color (decimal): -3454083 or 8211403. OLE color: 8211403.
HSL color Cylindrical-coordinate representation of color #CB4B7D: hue angle of 336.56º 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 #CB4B7D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 125 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.20 |
| HSL | 336.56º | 0.55% | 0.55% | - |
| HSV(B) | 336.56º | 0.63% | 0.8% | - |
| XYZ | 30.85 | 19.21 | 21.48 | - |
| YUV | 118.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 125 | 0 | 0.63 | 0.38 | 0.20 | 336.56 | 0.55 | 0.55 |
| Hex | CB | 4B | 7D | 0 | 3F | 26 | 14 | 151 | 37 | 37 |
| Octal | 313 | 113 | 175 | 0 | 77 | 46 | 24 | 521 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1111101 | 0 | 111111 | 100110 | 10100 | 101010001 | 110111 | 110111 |
Color Harmonies of #CB4B7D
Complementary color
Monochromatic Colors of #CB4B7D
Black with #CB4B7D
Text Example
Text Example
White with #CB4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B7D; }
p { color: rgb(203,75,125); }
H1.HeaderClassName
{
color: #CB4B7D;
}
.AnyTagClassName
{
color: #CB4B7D;
}
</style>
background-color css
<style>
a { background-color: #CB4B7D; }
a { background-color: rgb(203,75,125); }
div.DivClassName
{
background-color: #CB4B7D;
}
.BgClassName
{
background-color: #CB4B7D;
}
</style>
border-color css
<style>
span { border-color: #CB4B7D; }
span { border-color: rgb(203,75,125); }
td.TdClassName
{
border-color: #CB4B7D;
}
.TagClassName
{
border-color: #CB4B7D;
}
</style>