Shades of Cranberry #CC5A7E
Tints of Cranberry #CC5A7E
RGB
CMYK
RGB Variations
Color information
#CC5A7E (or 0xCC5A7E) is known color: Cranberry. HEX triplet: CC, 5A and 7E. RGB value is (204,90,126). Sum of RGB (Red+Green+Blue) = 204+90+126=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A7E is #33A581. Grayscale: #808080. Windows color (decimal): -3384706 or 8280780. OLE color: 8280780.
HSL color Cylindrical-coordinate representation of color #CC5A7E: hue angle of 341.05º 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 #CC5A7E is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 126 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.2 |
| HSL | 341.05º | 0.53% | 0.58% | - |
| HSV(B) | 341.05º | 0.56% | 0.8% | - |
| XYZ | 32.32 | 21.66 | 22.22 | - |
| YUV | 128.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 126 | 0 | 0.56 | 0.38 | 0.2 | 341.05 | 0.53 | 0.58 |
| Hex | CC | 5A | 7E | 0 | 38 | 26 | 14 | 155 | 35 | 3A |
| Octal | 314 | 132 | 176 | 0 | 70 | 46 | 24 | 525 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1111110 | 0 | 111000 | 100110 | 10100 | 101010101 | 110101 | 111010 |
Color Harmonies of #CC5A7E
Complementary color
Monochromatic Colors of #CC5A7E
Black with #CC5A7E
Text Example
Text Example
White with #CC5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A7E; }
p { color: rgb(204,90,126); }
H1.HeaderClassName
{
color: #CC5A7E;
}
.AnyTagClassName
{
color: #CC5A7E;
}
</style>
background-color css
<style>
a { background-color: #CC5A7E; }
a { background-color: rgb(204,90,126); }
div.DivClassName
{
background-color: #CC5A7E;
}
.BgClassName
{
background-color: #CC5A7E;
}
</style>
border-color css
<style>
span { border-color: #CC5A7E; }
span { border-color: rgb(204,90,126); }
td.TdClassName
{
border-color: #CC5A7E;
}
.TagClassName
{
border-color: #CC5A7E;
}
</style>