Shades of Cranberry #CC497C
Tints of Cranberry #CC497C
RGB
CMYK
RGB Variations
Color information
#CC497C (or 0xCC497C) is known color: Cranberry. HEX triplet: CC, 49 and 7C. RGB value is (204,73,124). Sum of RGB (Red+Green+Blue) = 204+73+124=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497C is #33B683. Grayscale: #757575. Windows color (decimal): -3389060 or 8145356. OLE color: 8145356.
HSL color Cylindrical-coordinate representation of color #CC497C: hue angle of 336.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC497C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 124 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.2 |
| HSL | 336.64º | 0.56% | 0.54% | - |
| HSV(B) | 336.64º | 0.64% | 0.8% | - |
| XYZ | 30.92 | 19.06 | 21.12 | - |
| YUV | 117.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 124 | 0 | 0.64 | 0.39 | 0.2 | 336.64 | 0.56 | 0.54 |
| Hex | CC | 49 | 7C | 0 | 40 | 27 | 14 | 151 | 38 | 36 |
| Octal | 314 | 111 | 174 | 0 | 100 | 47 | 24 | 521 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1111100 | 0 | 1000000 | 100111 | 10100 | 101010001 | 111000 | 110110 |
Color Harmonies of #CC497C
Complementary color
Monochromatic Colors of #CC497C
Black with #CC497C
Text Example
Text Example
White with #CC497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC497C; }
p { color: rgb(204,73,124); }
H1.HeaderClassName
{
color: #CC497C;
}
.AnyTagClassName
{
color: #CC497C;
}
</style>
background-color css
<style>
a { background-color: #CC497C; }
a { background-color: rgb(204,73,124); }
div.DivClassName
{
background-color: #CC497C;
}
.BgClassName
{
background-color: #CC497C;
}
</style>
border-color css
<style>
span { border-color: #CC497C; }
span { border-color: rgb(204,73,124); }
td.TdClassName
{
border-color: #CC497C;
}
.TagClassName
{
border-color: #CC497C;
}
</style>