Shades of Cranberry #CC547E
Tints of Cranberry #CC547E
RGB
CMYK
RGB Variations
Color information
#CC547E (or 0xCC547E) is known color: Cranberry. HEX triplet: CC, 54 and 7E. RGB value is (204,84,126). Sum of RGB (Red+Green+Blue) = 204+84+126=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547E is #33AB81. Grayscale: #7C7C7C. Windows color (decimal): -3386242 or 8279244. OLE color: 8279244.
HSL color Cylindrical-coordinate representation of color #CC547E: hue angle of 339º 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 #CC547E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 126 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.2 |
| HSL | 339º | 0.54% | 0.56% | - |
| HSV(B) | 339º | 0.59% | 0.8% | - |
| XYZ | 31.84 | 20.68 | 22.05 | - |
| YUV | 124.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 126 | 0 | 0.59 | 0.38 | 0.2 | 339 | 0.54 | 0.56 |
| Hex | CC | 54 | 7E | 0 | 3B | 26 | 14 | 153 | 36 | 38 |
| Octal | 314 | 124 | 176 | 0 | 73 | 46 | 24 | 523 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111110 | 0 | 111011 | 100110 | 10100 | 101010011 | 110110 | 111000 |
Color Harmonies of #CC547E
Complementary color
Monochromatic Colors of #CC547E
Black with #CC547E
Text Example
Text Example
White with #CC547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC547E; }
p { color: rgb(204,84,126); }
H1.HeaderClassName
{
color: #CC547E;
}
.AnyTagClassName
{
color: #CC547E;
}
</style>
background-color css
<style>
a { background-color: #CC547E; }
a { background-color: rgb(204,84,126); }
div.DivClassName
{
background-color: #CC547E;
}
.BgClassName
{
background-color: #CC547E;
}
</style>
border-color css
<style>
span { border-color: #CC547E; }
span { border-color: rgb(204,84,126); }
td.TdClassName
{
border-color: #CC547E;
}
.TagClassName
{
border-color: #CC547E;
}
</style>