Shades of Cranberry #CB4F7D
Tints of Cranberry #CB4F7D
RGB
CMYK
RGB Variations
Color information
#CB4F7D (or 0xCB4F7D) is known color: Cranberry. HEX triplet: CB, 4F and 7D. RGB value is (203,79,125). Sum of RGB (Red+Green+Blue) = 203+79+125=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4F7D is #34B082. Grayscale: #797979. Windows color (decimal): -3453059 or 8212427. OLE color: 8212427.
HSL color Cylindrical-coordinate representation of color #CB4F7D: hue angle of 337.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4F7D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 125 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.20 |
| HSL | 337.74º | 0.54% | 0.55% | - |
| HSV(B) | 337.74º | 0.61% | 0.8% | - |
| XYZ | 31.13 | 19.77 | 21.58 | - |
| YUV | 121.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 125 | 0 | 0.61 | 0.38 | 0.20 | 337.74 | 0.54 | 0.55 |
| Hex | CB | 4F | 7D | 0 | 3D | 26 | 14 | 152 | 36 | 37 |
| Octal | 313 | 117 | 175 | 0 | 75 | 46 | 24 | 522 | 66 | 67 |
| Binary | 11001011 | 1001111 | 1111101 | 0 | 111101 | 100110 | 10100 | 101010010 | 110110 | 110111 |
Color Harmonies of #CB4F7D
Complementary color
Monochromatic Colors of #CB4F7D
Black with #CB4F7D
Text Example
Text Example
White with #CB4F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F7D; }
p { color: rgb(203,79,125); }
H1.HeaderClassName
{
color: #CB4F7D;
}
.AnyTagClassName
{
color: #CB4F7D;
}
</style>
background-color css
<style>
a { background-color: #CB4F7D; }
a { background-color: rgb(203,79,125); }
div.DivClassName
{
background-color: #CB4F7D;
}
.BgClassName
{
background-color: #CB4F7D;
}
</style>
border-color css
<style>
span { border-color: #CB4F7D; }
span { border-color: rgb(203,79,125); }
td.TdClassName
{
border-color: #CB4F7D;
}
.TagClassName
{
border-color: #CB4F7D;
}
</style>