Shades of Cranberry #CC5A7B
Tints of Cranberry #CC5A7B
RGB
CMYK
RGB Variations
Color information
#CC5A7B (or 0xCC5A7B) is known color: Cranberry. HEX triplet: CC, 5A and 7B. RGB value is (204,90,123). Sum of RGB (Red+Green+Blue) = 204+90+123=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A7B is #33A584. Grayscale: #7F7F7F. Windows color (decimal): -3384709 or 8084172. OLE color: 8084172.
HSL color Cylindrical-coordinate representation of color #CC5A7B: hue angle of 342.63º 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 #CC5A7B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 123 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.2 |
| HSL | 342.63º | 0.53% | 0.58% | - |
| HSV(B) | 342.63º | 0.56% | 0.8% | - |
| XYZ | 32.13 | 21.58 | 21.21 | - |
| YUV | 127.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 123 | 0 | 0.56 | 0.40 | 0.2 | 342.63 | 0.53 | 0.58 |
| Hex | CC | 5A | 7B | 0 | 38 | 28 | 14 | 157 | 35 | 3A |
| Octal | 314 | 132 | 173 | 0 | 70 | 50 | 24 | 527 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1111011 | 0 | 111000 | 101000 | 10100 | 101010111 | 110101 | 111010 |
Color Harmonies of #CC5A7B
Complementary color
Monochromatic Colors of #CC5A7B
Black with #CC5A7B
Text Example
Text Example
White with #CC5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A7B; }
p { color: rgb(204,90,123); }
H1.HeaderClassName
{
color: #CC5A7B;
}
.AnyTagClassName
{
color: #CC5A7B;
}
</style>
background-color css
<style>
a { background-color: #CC5A7B; }
a { background-color: rgb(204,90,123); }
div.DivClassName
{
background-color: #CC5A7B;
}
.BgClassName
{
background-color: #CC5A7B;
}
</style>
border-color css
<style>
span { border-color: #CC5A7B; }
span { border-color: rgb(204,90,123); }
td.TdClassName
{
border-color: #CC5A7B;
}
.TagClassName
{
border-color: #CC5A7B;
}
</style>