Shades of Cranberry #CC5D7E
Tints of Cranberry #CC5D7E
RGB
CMYK
RGB Variations
Color information
#CC5D7E (or 0xCC5D7E) is known color: Cranberry. HEX triplet: CC, 5D and 7E. RGB value is (204,93,126). Sum of RGB (Red+Green+Blue) = 204+93+126=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D7E is #33A281. Grayscale: #818181. Windows color (decimal): -3383938 or 8281548. OLE color: 8281548.
HSL color Cylindrical-coordinate representation of color #CC5D7E: hue angle of 342.16º 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 #CC5D7E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 126 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.2 |
| HSL | 342.16º | 0.52% | 0.58% | - |
| HSV(B) | 342.16º | 0.54% | 0.8% | - |
| XYZ | 32.58 | 22.17 | 22.3 | - |
| YUV | 129.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 126 | 0 | 0.54 | 0.38 | 0.2 | 342.16 | 0.52 | 0.58 |
| Hex | CC | 5D | 7E | 0 | 36 | 26 | 14 | 156 | 34 | 3A |
| Octal | 314 | 135 | 176 | 0 | 66 | 46 | 24 | 526 | 64 | 72 |
| Binary | 11001100 | 1011101 | 1111110 | 0 | 110110 | 100110 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CC5D7E
Complementary color
Monochromatic Colors of #CC5D7E
Black with #CC5D7E
Text Example
Text Example
White with #CC5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D7E; }
p { color: rgb(204,93,126); }
H1.HeaderClassName
{
color: #CC5D7E;
}
.AnyTagClassName
{
color: #CC5D7E;
}
</style>
background-color css
<style>
a { background-color: #CC5D7E; }
a { background-color: rgb(204,93,126); }
div.DivClassName
{
background-color: #CC5D7E;
}
.BgClassName
{
background-color: #CC5D7E;
}
</style>
border-color css
<style>
span { border-color: #CC5D7E; }
span { border-color: rgb(204,93,126); }
td.TdClassName
{
border-color: #CC5D7E;
}
.TagClassName
{
border-color: #CC5D7E;
}
</style>