Shades of Cranberry #CC5783
Tints of Cranberry #CC5783
RGB
CMYK
RGB Variations
Color information
#CC5783 (or 0xCC5783) is known color: Cranberry. HEX triplet: CC, 57 and 83. RGB value is (204,87,131). Sum of RGB (Red+Green+Blue) = 204+87+131=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5783 is #33A87C. Grayscale: #7E7E7E. Windows color (decimal): -3385469 or 8607692. OLE color: 8607692.
HSL color Cylindrical-coordinate representation of color #CC5783: hue angle of 337.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5783 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 131 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.2 |
| HSL | 337.44º | 0.53% | 0.57% | - |
| HSV(B) | 337.44º | 0.57% | 0.8% | - |
| XYZ | 32.41 | 21.29 | 23.87 | - |
| YUV | 127 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 131 | 0 | 0.57 | 0.36 | 0.2 | 337.44 | 0.53 | 0.57 |
| Hex | CC | 57 | 83 | 0 | 39 | 24 | 14 | 151 | 35 | 39 |
| Octal | 314 | 127 | 203 | 0 | 71 | 44 | 24 | 521 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10000011 | 0 | 111001 | 100100 | 10100 | 101010001 | 110101 | 111001 |
Color Harmonies of #CC5783
Complementary color
Monochromatic Colors of #CC5783
Black with #CC5783
Text Example
Text Example
White with #CC5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5783; }
p { color: rgb(204,87,131); }
H1.HeaderClassName
{
color: #CC5783;
}
.AnyTagClassName
{
color: #CC5783;
}
</style>
background-color css
<style>
a { background-color: #CC5783; }
a { background-color: rgb(204,87,131); }
div.DivClassName
{
background-color: #CC5783;
}
.BgClassName
{
background-color: #CC5783;
}
</style>
border-color css
<style>
span { border-color: #CC5783; }
span { border-color: rgb(204,87,131); }
td.TdClassName
{
border-color: #CC5783;
}
.TagClassName
{
border-color: #CC5783;
}
</style>