Shades of Cranberry #CC5E7F
Tints of Cranberry #CC5E7F
RGB
CMYK
RGB Variations
Color information
#CC5E7F (or 0xCC5E7F) is known color: Cranberry. HEX triplet: CC, 5E and 7F. RGB value is (204,94,127). Sum of RGB (Red+Green+Blue) = 204+94+127=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E7F is #33A180. Grayscale: #828282. Windows color (decimal): -3383681 or 8347340. OLE color: 8347340.
HSL color Cylindrical-coordinate representation of color #CC5E7F: hue angle of 342º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5E7F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 127 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.2 |
| HSL | 342º | 0.52% | 0.58% | - |
| HSV(B) | 342º | 0.54% | 0.8% | - |
| XYZ | 32.74 | 22.38 | 22.67 | - |
| YUV | 130.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 127 | 0 | 0.54 | 0.38 | 0.2 | 342 | 0.52 | 0.58 |
| Hex | CC | 5E | 7F | 0 | 36 | 26 | 14 | 156 | 34 | 3A |
| Octal | 314 | 136 | 177 | 0 | 66 | 46 | 24 | 526 | 64 | 72 |
| Binary | 11001100 | 1011110 | 1111111 | 0 | 110110 | 100110 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CC5E7F
Complementary color
Monochromatic Colors of #CC5E7F
Black with #CC5E7F
Text Example
Text Example
White with #CC5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E7F; }
p { color: rgb(204,94,127); }
H1.HeaderClassName
{
color: #CC5E7F;
}
.AnyTagClassName
{
color: #CC5E7F;
}
</style>
background-color css
<style>
a { background-color: #CC5E7F; }
a { background-color: rgb(204,94,127); }
div.DivClassName
{
background-color: #CC5E7F;
}
.BgClassName
{
background-color: #CC5E7F;
}
</style>
border-color css
<style>
span { border-color: #CC5E7F; }
span { border-color: rgb(204,94,127); }
td.TdClassName
{
border-color: #CC5E7F;
}
.TagClassName
{
border-color: #CC5E7F;
}
</style>