Shades of Cranberry #CB547D
Tints of Cranberry #CB547D
RGB
CMYK
RGB Variations
Color information
#CB547D (or 0xCB547D) is known color: Cranberry. HEX triplet: CB, 54 and 7D. RGB value is (203,84,125). Sum of RGB (Red+Green+Blue) = 203+84+125=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB547D is #34AB82. Grayscale: #7C7C7C. Windows color (decimal): -3451779 or 8213707. OLE color: 8213707.
HSL color Cylindrical-coordinate representation of color #CB547D: hue angle of 339.33º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB547D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 125 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.20 |
| HSL | 339.33º | 0.53% | 0.56% | - |
| HSV(B) | 339.33º | 0.59% | 0.8% | - |
| XYZ | 31.5 | 20.52 | 21.7 | - |
| YUV | 124.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 125 | 0 | 0.59 | 0.38 | 0.20 | 339.33 | 0.53 | 0.56 |
| Hex | CB | 54 | 7D | 0 | 3B | 26 | 14 | 153 | 35 | 38 |
| Octal | 313 | 124 | 175 | 0 | 73 | 46 | 24 | 523 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1111101 | 0 | 111011 | 100110 | 10100 | 101010011 | 110101 | 111000 |
Color Harmonies of #CB547D
Complementary color
Monochromatic Colors of #CB547D
Black with #CB547D
Text Example
Text Example
White with #CB547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB547D; }
p { color: rgb(203,84,125); }
H1.HeaderClassName
{
color: #CB547D;
}
.AnyTagClassName
{
color: #CB547D;
}
</style>
background-color css
<style>
a { background-color: #CB547D; }
a { background-color: rgb(203,84,125); }
div.DivClassName
{
background-color: #CB547D;
}
.BgClassName
{
background-color: #CB547D;
}
</style>
border-color css
<style>
span { border-color: #CB547D; }
span { border-color: rgb(203,84,125); }
td.TdClassName
{
border-color: #CB547D;
}
.TagClassName
{
border-color: #CB547D;
}
</style>