Shades of Cranberry #CC537B
Tints of Cranberry #CC537B
RGB
CMYK
RGB Variations
Color information
#CC537B (or 0xCC537B) is known color: Cranberry. HEX triplet: CC, 53 and 7B. RGB value is (204,83,123). Sum of RGB (Red+Green+Blue) = 204+83+123=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC537B is #33AC84. Grayscale: #7B7B7B. Windows color (decimal): -3386501 or 8082380. OLE color: 8082380.
HSL color Cylindrical-coordinate representation of color #CC537B: hue angle of 340.17º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC537B is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 123 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.2 |
| HSL | 340.17º | 0.54% | 0.56% | - |
| HSV(B) | 340.17º | 0.59% | 0.8% | - |
| XYZ | 31.57 | 20.45 | 21.02 | - |
| YUV | 123.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 123 | 0 | 0.59 | 0.40 | 0.2 | 340.17 | 0.54 | 0.56 |
| Hex | CC | 53 | 7B | 0 | 3B | 28 | 14 | 154 | 36 | 38 |
| Octal | 314 | 123 | 173 | 0 | 73 | 50 | 24 | 524 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1111011 | 0 | 111011 | 101000 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CC537B
Complementary color
Monochromatic Colors of #CC537B
Black with #CC537B
Text Example
Text Example
White with #CC537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC537B; }
p { color: rgb(204,83,123); }
H1.HeaderClassName
{
color: #CC537B;
}
.AnyTagClassName
{
color: #CC537B;
}
</style>
background-color css
<style>
a { background-color: #CC537B; }
a { background-color: rgb(204,83,123); }
div.DivClassName
{
background-color: #CC537B;
}
.BgClassName
{
background-color: #CC537B;
}
</style>
border-color css
<style>
span { border-color: #CC537B; }
span { border-color: rgb(204,83,123); }
td.TdClassName
{
border-color: #CC537B;
}
.TagClassName
{
border-color: #CC537B;
}
</style>