Shades of Cranberry #CC4A7E
Tints of Cranberry #CC4A7E
RGB
CMYK
RGB Variations
Color information
#CC4A7E (or 0xCC4A7E) is known color: Cranberry. HEX triplet: CC, 4A and 7E. RGB value is (204,74,126). Sum of RGB (Red+Green+Blue) = 204+74+126=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A7E is #33B581. Grayscale: #767676. Windows color (decimal): -3388802 or 8276684. OLE color: 8276684.
HSL color Cylindrical-coordinate representation of color #CC4A7E: hue angle of 336º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A7E is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 126 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.2 |
| HSL | 336º | 0.56% | 0.55% | - |
| HSV(B) | 336º | 0.64% | 0.8% | - |
| XYZ | 31.12 | 19.24 | 21.81 | - |
| YUV | 118.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 126 | 0 | 0.64 | 0.38 | 0.2 | 336 | 0.56 | 0.55 |
| Hex | CC | 4A | 7E | 0 | 40 | 26 | 14 | 150 | 38 | 37 |
| Octal | 314 | 112 | 176 | 0 | 100 | 46 | 24 | 520 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1111110 | 0 | 1000000 | 100110 | 10100 | 101010000 | 111000 | 110111 |
Color Harmonies of #CC4A7E
Complementary color
Monochromatic Colors of #CC4A7E
Black with #CC4A7E
Text Example
Text Example
White with #CC4A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A7E; }
p { color: rgb(204,74,126); }
H1.HeaderClassName
{
color: #CC4A7E;
}
.AnyTagClassName
{
color: #CC4A7E;
}
</style>
background-color css
<style>
a { background-color: #CC4A7E; }
a { background-color: rgb(204,74,126); }
div.DivClassName
{
background-color: #CC4A7E;
}
.BgClassName
{
background-color: #CC4A7E;
}
</style>
border-color css
<style>
span { border-color: #CC4A7E; }
span { border-color: rgb(204,74,126); }
td.TdClassName
{
border-color: #CC4A7E;
}
.TagClassName
{
border-color: #CC4A7E;
}
</style>