Shades of Cranberry #CC4577
Tints of Cranberry #CC4577
RGB
CMYK
RGB Variations
Color information
#CC4577 (or 0xCC4577) is known color: Cranberry. HEX triplet: CC, 45 and 77. RGB value is (204,69,119). Sum of RGB (Red+Green+Blue) = 204+69+119=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4577 is #33BA88. Grayscale: #737373. Windows color (decimal): -3390089 or 7816652. OLE color: 7816652.
HSL color Cylindrical-coordinate representation of color #CC4577: hue angle of 337.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4577 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 119 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.2 |
| HSL | 337.78º | 0.57% | 0.54% | - |
| HSV(B) | 337.78º | 0.66% | 0.8% | - |
| XYZ | 30.36 | 18.43 | 19.41 | - |
| YUV | 115.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 119 | 0 | 0.66 | 0.42 | 0.2 | 337.78 | 0.57 | 0.54 |
| Hex | CC | 45 | 77 | 0 | 42 | 2A | 14 | 152 | 39 | 36 |
| Octal | 314 | 105 | 167 | 0 | 102 | 52 | 24 | 522 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1110111 | 0 | 1000010 | 101010 | 10100 | 101010010 | 111001 | 110110 |
Color Harmonies of #CC4577
Complementary color
Monochromatic Colors of #CC4577
Black with #CC4577
Text Example
Text Example
White with #CC4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4577; }
p { color: rgb(204,69,119); }
H1.HeaderClassName
{
color: #CC4577;
}
.AnyTagClassName
{
color: #CC4577;
}
</style>
background-color css
<style>
a { background-color: #CC4577; }
a { background-color: rgb(204,69,119); }
div.DivClassName
{
background-color: #CC4577;
}
.BgClassName
{
background-color: #CC4577;
}
</style>
border-color css
<style>
span { border-color: #CC4577; }
span { border-color: rgb(204,69,119); }
td.TdClassName
{
border-color: #CC4577;
}
.TagClassName
{
border-color: #CC4577;
}
</style>