Shades of Cranberry #CC4277
Tints of Cranberry #CC4277
RGB
CMYK
RGB Variations
Color information
#CC4277 (or 0xCC4277) is known color: Cranberry. HEX triplet: CC, 42 and 77. RGB value is (204,66,119). Sum of RGB (Red+Green+Blue) = 204+66+119=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4277 is #33BD88. Grayscale: #717171. Windows color (decimal): -3390857 or 7815884. OLE color: 7815884.
HSL color Cylindrical-coordinate representation of color #CC4277: hue angle of 336.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4277 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 119 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.2 |
| HSL | 336.96º | 0.58% | 0.53% | - |
| HSV(B) | 336.96º | 0.68% | 0.8% | - |
| XYZ | 30.18 | 18.07 | 19.35 | - |
| YUV | 113.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 119 | 0 | 0.68 | 0.42 | 0.2 | 336.96 | 0.58 | 0.53 |
| Hex | CC | 42 | 77 | 0 | 44 | 2A | 14 | 151 | 3A | 35 |
| Octal | 314 | 102 | 167 | 0 | 104 | 52 | 24 | 521 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1110111 | 0 | 1000100 | 101010 | 10100 | 101010001 | 111010 | 110101 |
Color Harmonies of #CC4277
Complementary color
Monochromatic Colors of #CC4277
Black with #CC4277
Text Example
Text Example
White with #CC4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4277; }
p { color: rgb(204,66,119); }
H1.HeaderClassName
{
color: #CC4277;
}
.AnyTagClassName
{
color: #CC4277;
}
</style>
background-color css
<style>
a { background-color: #CC4277; }
a { background-color: rgb(204,66,119); }
div.DivClassName
{
background-color: #CC4277;
}
.BgClassName
{
background-color: #CC4277;
}
</style>
border-color css
<style>
span { border-color: #CC4277; }
span { border-color: rgb(204,66,119); }
td.TdClassName
{
border-color: #CC4277;
}
.TagClassName
{
border-color: #CC4277;
}
</style>