Shades of Cranberry #CC5D7D
Tints of Cranberry #CC5D7D
RGB
CMYK
RGB Variations
Color information
#CC5D7D (or 0xCC5D7D) is known color: Cranberry. HEX triplet: CC, 5D and 7D. RGB value is (204,93,125). Sum of RGB (Red+Green+Blue) = 204+93+125=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D7D is #33A282. Grayscale: #818181. Windows color (decimal): -3383939 or 8216012. OLE color: 8216012.
HSL color Cylindrical-coordinate representation of color #CC5D7D: hue angle of 342.7º 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 #CC5D7D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 125 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.2 |
| HSL | 342.7º | 0.52% | 0.58% | - |
| HSV(B) | 342.7º | 0.54% | 0.8% | - |
| XYZ | 32.52 | 22.15 | 21.96 | - |
| YUV | 129.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 125 | 0 | 0.54 | 0.39 | 0.2 | 342.7 | 0.52 | 0.58 |
| Hex | CC | 5D | 7D | 0 | 36 | 27 | 14 | 157 | 34 | 3A |
| Octal | 314 | 135 | 175 | 0 | 66 | 47 | 24 | 527 | 64 | 72 |
| Binary | 11001100 | 1011101 | 1111101 | 0 | 110110 | 100111 | 10100 | 101010111 | 110100 | 111010 |
Color Harmonies of #CC5D7D
Complementary color
Monochromatic Colors of #CC5D7D
Black with #CC5D7D
Text Example
Text Example
White with #CC5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D7D; }
p { color: rgb(204,93,125); }
H1.HeaderClassName
{
color: #CC5D7D;
}
.AnyTagClassName
{
color: #CC5D7D;
}
</style>
background-color css
<style>
a { background-color: #CC5D7D; }
a { background-color: rgb(204,93,125); }
div.DivClassName
{
background-color: #CC5D7D;
}
.BgClassName
{
background-color: #CC5D7D;
}
</style>
border-color css
<style>
span { border-color: #CC5D7D; }
span { border-color: rgb(204,93,125); }
td.TdClassName
{
border-color: #CC5D7D;
}
.TagClassName
{
border-color: #CC5D7D;
}
</style>