Shades of Cranberry #CC5C7D
Tints of Cranberry #CC5C7D
RGB
CMYK
RGB Variations
Color information
#CC5C7D (or 0xCC5C7D) is known color: Cranberry. HEX triplet: CC, 5C and 7D. RGB value is (204,92,125). Sum of RGB (Red+Green+Blue) = 204+92+125=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7D is #33A382. Grayscale: #818181. Windows color (decimal): -3384195 or 8215756. OLE color: 8215756.
HSL color Cylindrical-coordinate representation of color #CC5C7D: hue angle of 342.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C7D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 125 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.2 |
| HSL | 342.32º | 0.52% | 0.58% | - |
| HSV(B) | 342.32º | 0.55% | 0.8% | - |
| XYZ | 32.43 | 21.97 | 21.93 | - |
| YUV | 129.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 125 | 0 | 0.55 | 0.39 | 0.2 | 342.32 | 0.52 | 0.58 |
| Hex | CC | 5C | 7D | 0 | 37 | 27 | 14 | 156 | 34 | 3A |
| Octal | 314 | 134 | 175 | 0 | 67 | 47 | 24 | 526 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1111101 | 0 | 110111 | 100111 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CC5C7D
Complementary color
Monochromatic Colors of #CC5C7D
Black with #CC5C7D
Text Example
Text Example
White with #CC5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C7D; }
p { color: rgb(204,92,125); }
H1.HeaderClassName
{
color: #CC5C7D;
}
.AnyTagClassName
{
color: #CC5C7D;
}
</style>
background-color css
<style>
a { background-color: #CC5C7D; }
a { background-color: rgb(204,92,125); }
div.DivClassName
{
background-color: #CC5C7D;
}
.BgClassName
{
background-color: #CC5C7D;
}
</style>
border-color css
<style>
span { border-color: #CC5C7D; }
span { border-color: rgb(204,92,125); }
td.TdClassName
{
border-color: #CC5C7D;
}
.TagClassName
{
border-color: #CC5C7D;
}
</style>