Shades of Cranberry #CC4377
Tints of Cranberry #CC4377
RGB
CMYK
RGB Variations
Color information
#CC4377 (or 0xCC4377) is known color: Cranberry. HEX triplet: CC, 43 and 77. RGB value is (204,67,119). Sum of RGB (Red+Green+Blue) = 204+67+119=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4377 is #33BC88. Grayscale: #717171. Windows color (decimal): -3390601 or 7816140. OLE color: 7816140.
HSL color Cylindrical-coordinate representation of color #CC4377: hue angle of 337.23º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4377 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 119 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.2 |
| HSL | 337.23º | 0.57% | 0.53% | - |
| HSV(B) | 337.23º | 0.67% | 0.8% | - |
| XYZ | 30.24 | 18.18 | 19.37 | - |
| YUV | 113.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 119 | 0 | 0.67 | 0.42 | 0.2 | 337.23 | 0.57 | 0.53 |
| Hex | CC | 43 | 77 | 0 | 43 | 2A | 14 | 151 | 39 | 35 |
| Octal | 314 | 103 | 167 | 0 | 103 | 52 | 24 | 521 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1110111 | 0 | 1000011 | 101010 | 10100 | 101010001 | 111001 | 110101 |
Color Harmonies of #CC4377
Complementary color
Monochromatic Colors of #CC4377
Black with #CC4377
Text Example
Text Example
White with #CC4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4377; }
p { color: rgb(204,67,119); }
H1.HeaderClassName
{
color: #CC4377;
}
.AnyTagClassName
{
color: #CC4377;
}
</style>
background-color css
<style>
a { background-color: #CC4377; }
a { background-color: rgb(204,67,119); }
div.DivClassName
{
background-color: #CC4377;
}
.BgClassName
{
background-color: #CC4377;
}
</style>
border-color css
<style>
span { border-color: #CC4377; }
span { border-color: rgb(204,67,119); }
td.TdClassName
{
border-color: #CC4377;
}
.TagClassName
{
border-color: #CC4377;
}
</style>