Shades of Cranberry #CC4177
Tints of Cranberry #CC4177
RGB
CMYK
RGB Variations
Color information
#CC4177 (or 0xCC4177) is known color: Cranberry. HEX triplet: CC, 41 and 77. RGB value is (204,65,119). Sum of RGB (Red+Green+Blue) = 204+65+119=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4177 is #33BE88. Grayscale: #707070. Windows color (decimal): -3391113 or 7815628. OLE color: 7815628.
HSL color Cylindrical-coordinate representation of color #CC4177: hue angle of 336.69º degrees, saturation: 0.58, 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 #CC4177 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 119 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.2 |
| HSL | 336.69º | 0.58% | 0.53% | - |
| HSV(B) | 336.69º | 0.68% | 0.8% | - |
| XYZ | 30.12 | 17.95 | 19.33 | - |
| YUV | 112.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 119 | 0 | 0.68 | 0.42 | 0.2 | 336.69 | 0.58 | 0.53 |
| Hex | CC | 41 | 77 | 0 | 44 | 2A | 14 | 151 | 3A | 35 |
| Octal | 314 | 101 | 167 | 0 | 104 | 52 | 24 | 521 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1110111 | 0 | 1000100 | 101010 | 10100 | 101010001 | 111010 | 110101 |
Color Harmonies of #CC4177
Complementary color
Monochromatic Colors of #CC4177
Black with #CC4177
Text Example
Text Example
White with #CC4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4177; }
p { color: rgb(204,65,119); }
H1.HeaderClassName
{
color: #CC4177;
}
.AnyTagClassName
{
color: #CC4177;
}
</style>
background-color css
<style>
a { background-color: #CC4177; }
a { background-color: rgb(204,65,119); }
div.DivClassName
{
background-color: #CC4177;
}
.BgClassName
{
background-color: #CC4177;
}
</style>
border-color css
<style>
span { border-color: #CC4177; }
span { border-color: rgb(204,65,119); }
td.TdClassName
{
border-color: #CC4177;
}
.TagClassName
{
border-color: #CC4177;
}
</style>