Shades of Cranberry #CC5C7C
Tints of Cranberry #CC5C7C
RGB
CMYK
RGB Variations
Color information
#CC5C7C (or 0xCC5C7C) is known color: Cranberry. HEX triplet: CC, 5C and 7C. RGB value is (204,92,124). Sum of RGB (Red+Green+Blue) = 204+92+124=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7C is #33A383. Grayscale: #818181. Windows color (decimal): -3384196 or 8150220. OLE color: 8150220.
HSL color Cylindrical-coordinate representation of color #CC5C7C: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C7C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 124 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.2 |
| HSL | 342.86º | 0.52% | 0.58% | - |
| HSV(B) | 342.86º | 0.55% | 0.8% | - |
| XYZ | 32.37 | 21.95 | 21.6 | - |
| YUV | 129.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 124 | 0 | 0.55 | 0.39 | 0.2 | 342.86 | 0.52 | 0.58 |
| Hex | CC | 5C | 7C | 0 | 37 | 27 | 14 | 157 | 34 | 3A |
| Octal | 314 | 134 | 174 | 0 | 67 | 47 | 24 | 527 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1111100 | 0 | 110111 | 100111 | 10100 | 101010111 | 110100 | 111010 |
Color Harmonies of #CC5C7C
Complementary color
Monochromatic Colors of #CC5C7C
Black with #CC5C7C
Text Example
Text Example
White with #CC5C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C7C; }
p { color: rgb(204,92,124); }
H1.HeaderClassName
{
color: #CC5C7C;
}
.AnyTagClassName
{
color: #CC5C7C;
}
</style>
background-color css
<style>
a { background-color: #CC5C7C; }
a { background-color: rgb(204,92,124); }
div.DivClassName
{
background-color: #CC5C7C;
}
.BgClassName
{
background-color: #CC5C7C;
}
</style>
border-color css
<style>
span { border-color: #CC5C7C; }
span { border-color: rgb(204,92,124); }
td.TdClassName
{
border-color: #CC5C7C;
}
.TagClassName
{
border-color: #CC5C7C;
}
</style>