Shades of Cranberry #CC497D
Tints of Cranberry #CC497D
RGB
CMYK
RGB Variations
Color information
#CC497D (or 0xCC497D) is known color: Cranberry. HEX triplet: CC, 49 and 7D. RGB value is (204,73,125). Sum of RGB (Red+Green+Blue) = 204+73+125=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497D is #33B682. Grayscale: #767676. Windows color (decimal): -3389059 or 8210892. OLE color: 8210892.
HSL color Cylindrical-coordinate representation of color #CC497D: hue angle of 336.18º 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 #CC497D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 125 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.2 |
| HSL | 336.18º | 0.56% | 0.54% | - |
| HSV(B) | 336.18º | 0.64% | 0.8% | - |
| XYZ | 30.99 | 19.08 | 21.45 | - |
| YUV | 118.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 125 | 0 | 0.64 | 0.39 | 0.2 | 336.18 | 0.56 | 0.54 |
| Hex | CC | 49 | 7D | 0 | 40 | 27 | 14 | 150 | 38 | 36 |
| Octal | 314 | 111 | 175 | 0 | 100 | 47 | 24 | 520 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1111101 | 0 | 1000000 | 100111 | 10100 | 101010000 | 111000 | 110110 |
Color Harmonies of #CC497D
Complementary color
Monochromatic Colors of #CC497D
Black with #CC497D
Text Example
Text Example
White with #CC497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC497D; }
p { color: rgb(204,73,125); }
H1.HeaderClassName
{
color: #CC497D;
}
.AnyTagClassName
{
color: #CC497D;
}
</style>
background-color css
<style>
a { background-color: #CC497D; }
a { background-color: rgb(204,73,125); }
div.DivClassName
{
background-color: #CC497D;
}
.BgClassName
{
background-color: #CC497D;
}
</style>
border-color css
<style>
span { border-color: #CC497D; }
span { border-color: rgb(204,73,125); }
td.TdClassName
{
border-color: #CC497D;
}
.TagClassName
{
border-color: #CC497D;
}
</style>