Shades of Cranberry #CC547B
Tints of Cranberry #CC547B
RGB
CMYK
RGB Variations
Color information
#CC547B (or 0xCC547B) is known color: Cranberry. HEX triplet: CC, 54 and 7B. RGB value is (204,84,123). Sum of RGB (Red+Green+Blue) = 204+84+123=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547B is #33AB84. Grayscale: #7C7C7C. Windows color (decimal): -3386245 or 8082636. OLE color: 8082636.
HSL color Cylindrical-coordinate representation of color #CC547B: hue angle of 340.5º degrees, saturation: 0.54, 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 #CC547B is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 123 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.2 |
| HSL | 340.5º | 0.54% | 0.56% | - |
| HSV(B) | 340.5º | 0.59% | 0.8% | - |
| XYZ | 31.65 | 20.61 | 21.05 | - |
| YUV | 124.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 123 | 0 | 0.59 | 0.40 | 0.2 | 340.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 7B | 0 | 3B | 28 | 14 | 154 | 36 | 38 |
| Octal | 314 | 124 | 173 | 0 | 73 | 50 | 24 | 524 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111011 | 0 | 111011 | 101000 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CC547B
Complementary color
Monochromatic Colors of #CC547B
Black with #CC547B
Text Example
Text Example
White with #CC547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC547B; }
p { color: rgb(204,84,123); }
H1.HeaderClassName
{
color: #CC547B;
}
.AnyTagClassName
{
color: #CC547B;
}
</style>
background-color css
<style>
a { background-color: #CC547B; }
a { background-color: rgb(204,84,123); }
div.DivClassName
{
background-color: #CC547B;
}
.BgClassName
{
background-color: #CC547B;
}
</style>
border-color css
<style>
span { border-color: #CC547B; }
span { border-color: rgb(204,84,123); }
td.TdClassName
{
border-color: #CC547B;
}
.TagClassName
{
border-color: #CC547B;
}
</style>