Shades of Cranberry #CC537A
Tints of Cranberry #CC537A
RGB
CMYK
RGB Variations
Color information
#CC537A (or 0xCC537A) is known color: Cranberry. HEX triplet: CC, 53 and 7A. RGB value is (204,83,122). Sum of RGB (Red+Green+Blue) = 204+83+122=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC537A is #33AC85. Grayscale: #7B7B7B. Windows color (decimal): -3386502 or 8016844. OLE color: 8016844.
HSL color Cylindrical-coordinate representation of color #CC537A: hue angle of 340.66º 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 #CC537A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 122 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.2 |
| HSL | 340.66º | 0.54% | 0.56% | - |
| HSV(B) | 340.66º | 0.59% | 0.8% | - |
| XYZ | 31.51 | 20.43 | 20.69 | - |
| YUV | 123.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 122 | 0 | 0.59 | 0.40 | 0.2 | 340.66 | 0.54 | 0.56 |
| Hex | CC | 53 | 7A | 0 | 3B | 28 | 14 | 155 | 36 | 38 |
| Octal | 314 | 123 | 172 | 0 | 73 | 50 | 24 | 525 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1111010 | 0 | 111011 | 101000 | 10100 | 101010101 | 110110 | 111000 |
Color Harmonies of #CC537A
Complementary color
Monochromatic Colors of #CC537A
Black with #CC537A
Text Example
Text Example
White with #CC537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC537A; }
p { color: rgb(204,83,122); }
H1.HeaderClassName
{
color: #CC537A;
}
.AnyTagClassName
{
color: #CC537A;
}
</style>
background-color css
<style>
a { background-color: #CC537A; }
a { background-color: rgb(204,83,122); }
div.DivClassName
{
background-color: #CC537A;
}
.BgClassName
{
background-color: #CC537A;
}
</style>
border-color css
<style>
span { border-color: #CC537A; }
span { border-color: rgb(204,83,122); }
td.TdClassName
{
border-color: #CC537A;
}
.TagClassName
{
border-color: #CC537A;
}
</style>