Shades of Cranberry #CC4A7B
Tints of Cranberry #CC4A7B
RGB
CMYK
RGB Variations
Color information
#CC4A7B (or 0xCC4A7B) is known color: Cranberry. HEX triplet: CC, 4A and 7B. RGB value is (204,74,123). Sum of RGB (Red+Green+Blue) = 204+74+123=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A7B is #33B584. Grayscale: #767676. Windows color (decimal): -3388805 or 8080076. OLE color: 8080076.
HSL color Cylindrical-coordinate representation of color #CC4A7B: hue angle of 337.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A7B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 123 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.2 |
| HSL | 337.38º | 0.56% | 0.55% | - |
| HSV(B) | 337.38º | 0.64% | 0.8% | - |
| XYZ | 30.93 | 19.16 | 20.81 | - |
| YUV | 118.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 123 | 0 | 0.64 | 0.40 | 0.2 | 337.38 | 0.56 | 0.55 |
| Hex | CC | 4A | 7B | 0 | 40 | 28 | 14 | 151 | 38 | 37 |
| Octal | 314 | 112 | 173 | 0 | 100 | 50 | 24 | 521 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1111011 | 0 | 1000000 | 101000 | 10100 | 101010001 | 111000 | 110111 |
Color Harmonies of #CC4A7B
Complementary color
Monochromatic Colors of #CC4A7B
Black with #CC4A7B
Text Example
Text Example
White with #CC4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A7B; }
p { color: rgb(204,74,123); }
H1.HeaderClassName
{
color: #CC4A7B;
}
.AnyTagClassName
{
color: #CC4A7B;
}
</style>
background-color css
<style>
a { background-color: #CC4A7B; }
a { background-color: rgb(204,74,123); }
div.DivClassName
{
background-color: #CC4A7B;
}
.BgClassName
{
background-color: #CC4A7B;
}
</style>
border-color css
<style>
span { border-color: #CC4A7B; }
span { border-color: rgb(204,74,123); }
td.TdClassName
{
border-color: #CC4A7B;
}
.TagClassName
{
border-color: #CC4A7B;
}
</style>