Shades of Cranberry #CC5A7F
Tints of Cranberry #CC5A7F
RGB
CMYK
RGB Variations
Color information
#CC5A7F (or 0xCC5A7F) is known color: Cranberry. HEX triplet: CC, 5A and 7F. RGB value is (204,90,127). Sum of RGB (Red+Green+Blue) = 204+90+127=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A7F is #33A580. Grayscale: #808080. Windows color (decimal): -3384705 or 8346316. OLE color: 8346316.
HSL color Cylindrical-coordinate representation of color #CC5A7F: hue angle of 340.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A7F is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 127 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.2 |
| HSL | 340.53º | 0.53% | 0.58% | - |
| HSV(B) | 340.53º | 0.56% | 0.8% | - |
| XYZ | 32.39 | 21.68 | 22.56 | - |
| YUV | 128.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 127 | 0 | 0.56 | 0.38 | 0.2 | 340.53 | 0.53 | 0.58 |
| Hex | CC | 5A | 7F | 0 | 38 | 26 | 14 | 155 | 35 | 3A |
| Octal | 314 | 132 | 177 | 0 | 70 | 46 | 24 | 525 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1111111 | 0 | 111000 | 100110 | 10100 | 101010101 | 110101 | 111010 |
Color Harmonies of #CC5A7F
Complementary color
Monochromatic Colors of #CC5A7F
Black with #CC5A7F
Text Example
Text Example
White with #CC5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A7F; }
p { color: rgb(204,90,127); }
H1.HeaderClassName
{
color: #CC5A7F;
}
.AnyTagClassName
{
color: #CC5A7F;
}
</style>
background-color css
<style>
a { background-color: #CC5A7F; }
a { background-color: rgb(204,90,127); }
div.DivClassName
{
background-color: #CC5A7F;
}
.BgClassName
{
background-color: #CC5A7F;
}
</style>
border-color css
<style>
span { border-color: #CC5A7F; }
span { border-color: rgb(204,90,127); }
td.TdClassName
{
border-color: #CC5A7F;
}
.TagClassName
{
border-color: #CC5A7F;
}
</style>