Shades of Cranberry #CC547A
Tints of Cranberry #CC547A
RGB
CMYK
RGB Variations
Color information
#CC547A (or 0xCC547A) is known color: Cranberry. HEX triplet: CC, 54 and 7A. RGB value is (204,84,122). Sum of RGB (Red+Green+Blue) = 204+84+122=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547A is #33AB85. Grayscale: #7C7C7C. Windows color (decimal): -3386246 or 8017100. OLE color: 8017100.
HSL color Cylindrical-coordinate representation of color #CC547A: hue angle of 341º 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 #CC547A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 122 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.2 |
| HSL | 341º | 0.54% | 0.56% | - |
| HSV(B) | 341º | 0.59% | 0.8% | - |
| XYZ | 31.59 | 20.58 | 20.72 | - |
| YUV | 124.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 122 | 0 | 0.59 | 0.40 | 0.2 | 341 | 0.54 | 0.56 |
| Hex | CC | 54 | 7A | 0 | 3B | 28 | 14 | 155 | 36 | 38 |
| Octal | 314 | 124 | 172 | 0 | 73 | 50 | 24 | 525 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111010 | 0 | 111011 | 101000 | 10100 | 101010101 | 110110 | 111000 |
Color Harmonies of #CC547A
Complementary color
Monochromatic Colors of #CC547A
Black with #CC547A
Text Example
Text Example
White with #CC547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC547A; }
p { color: rgb(204,84,122); }
H1.HeaderClassName
{
color: #CC547A;
}
.AnyTagClassName
{
color: #CC547A;
}
</style>
background-color css
<style>
a { background-color: #CC547A; }
a { background-color: rgb(204,84,122); }
div.DivClassName
{
background-color: #CC547A;
}
.BgClassName
{
background-color: #CC547A;
}
</style>
border-color css
<style>
span { border-color: #CC547A; }
span { border-color: rgb(204,84,122); }
td.TdClassName
{
border-color: #CC547A;
}
.TagClassName
{
border-color: #CC547A;
}
</style>