Shades of Cranberry #CC447B
Tints of Cranberry #CC447B
RGB
CMYK
RGB Variations
Color information
#CC447B (or 0xCC447B) is known color: Cranberry. HEX triplet: CC, 44 and 7B. RGB value is (204,68,123). Sum of RGB (Red+Green+Blue) = 204+68+123=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC447B is #33BB84. Grayscale: #727272. Windows color (decimal): -3390341 or 8078540. OLE color: 8078540.
HSL color Cylindrical-coordinate representation of color #CC447B: hue angle of 335.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC447B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 123 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.2 |
| HSL | 335.74º | 0.57% | 0.53% | - |
| HSV(B) | 335.74º | 0.67% | 0.8% | - |
| XYZ | 30.54 | 18.4 | 20.68 | - |
| YUV | 114.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 123 | 0 | 0.67 | 0.40 | 0.2 | 335.74 | 0.57 | 0.53 |
| Hex | CC | 44 | 7B | 0 | 43 | 28 | 14 | 150 | 39 | 35 |
| Octal | 314 | 104 | 173 | 0 | 103 | 50 | 24 | 520 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1111011 | 0 | 1000011 | 101000 | 10100 | 101010000 | 111001 | 110101 |
Color Harmonies of #CC447B
Complementary color
Monochromatic Colors of #CC447B
Black with #CC447B
Text Example
Text Example
White with #CC447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC447B; }
p { color: rgb(204,68,123); }
H1.HeaderClassName
{
color: #CC447B;
}
.AnyTagClassName
{
color: #CC447B;
}
</style>
background-color css
<style>
a { background-color: #CC447B; }
a { background-color: rgb(204,68,123); }
div.DivClassName
{
background-color: #CC447B;
}
.BgClassName
{
background-color: #CC447B;
}
</style>
border-color css
<style>
span { border-color: #CC447B; }
span { border-color: rgb(204,68,123); }
td.TdClassName
{
border-color: #CC447B;
}
.TagClassName
{
border-color: #CC447B;
}
</style>