Shades of Cranberry #CB557D
Tints of Cranberry #CB557D
RGB
CMYK
RGB Variations
Color information
#CB557D (or 0xCB557D) is known color: Cranberry. HEX triplet: CB, 55 and 7D. RGB value is (203,85,125). Sum of RGB (Red+Green+Blue) = 203+85+125=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB557D is #34AA82. Grayscale: #7C7C7C. Windows color (decimal): -3451523 or 8213963. OLE color: 8213963.
HSL color Cylindrical-coordinate representation of color #CB557D: hue angle of 339.66º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB557D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 125 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.20 |
| HSL | 339.66º | 0.53% | 0.56% | - |
| HSV(B) | 339.66º | 0.58% | 0.8% | - |
| XYZ | 31.58 | 20.67 | 21.73 | - |
| YUV | 124.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 125 | 0 | 0.58 | 0.38 | 0.20 | 339.66 | 0.53 | 0.56 |
| Hex | CB | 55 | 7D | 0 | 3A | 26 | 14 | 154 | 35 | 38 |
| Octal | 313 | 125 | 175 | 0 | 72 | 46 | 24 | 524 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1111101 | 0 | 111010 | 100110 | 10100 | 101010100 | 110101 | 111000 |
Color Harmonies of #CB557D
Complementary color
Monochromatic Colors of #CB557D
Black with #CB557D
Text Example
Text Example
White with #CB557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB557D; }
p { color: rgb(203,85,125); }
H1.HeaderClassName
{
color: #CB557D;
}
.AnyTagClassName
{
color: #CB557D;
}
</style>
background-color css
<style>
a { background-color: #CB557D; }
a { background-color: rgb(203,85,125); }
div.DivClassName
{
background-color: #CB557D;
}
.BgClassName
{
background-color: #CB557D;
}
</style>
border-color css
<style>
span { border-color: #CB557D; }
span { border-color: rgb(203,85,125); }
td.TdClassName
{
border-color: #CB557D;
}
.TagClassName
{
border-color: #CB557D;
}
</style>