Shades of Cranberry #CC4075
Tints of Cranberry #CC4075
RGB
CMYK
RGB Variations
Color information
#CC4075 (or 0xCC4075) is known color: Cranberry. HEX triplet: CC, 40 and 75. RGB value is (204,64,117). Sum of RGB (Red+Green+Blue) = 204+64+117=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4075 is #33BF8A. Grayscale: #6F6F6F. Windows color (decimal): -3391371 or 7684300. OLE color: 7684300.
HSL color Cylindrical-coordinate representation of color #CC4075: hue angle of 337.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4075 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 117 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.2 |
| HSL | 337.29º | 0.58% | 0.53% | - |
| HSV(B) | 337.29º | 0.69% | 0.8% | - |
| XYZ | 29.95 | 17.79 | 18.68 | - |
| YUV | 111.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 117 | 0 | 0.69 | 0.43 | 0.2 | 337.29 | 0.58 | 0.53 |
| Hex | CC | 40 | 75 | 0 | 45 | 2B | 14 | 151 | 3A | 35 |
| Octal | 314 | 100 | 165 | 0 | 105 | 53 | 24 | 521 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1110101 | 0 | 1000101 | 101011 | 10100 | 101010001 | 111010 | 110101 |
Color Harmonies of #CC4075
Complementary color
Monochromatic Colors of #CC4075
Black with #CC4075
Text Example
Text Example
White with #CC4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4075; }
p { color: rgb(204,64,117); }
H1.HeaderClassName
{
color: #CC4075;
}
.AnyTagClassName
{
color: #CC4075;
}
</style>
background-color css
<style>
a { background-color: #CC4075; }
a { background-color: rgb(204,64,117); }
div.DivClassName
{
background-color: #CC4075;
}
.BgClassName
{
background-color: #CC4075;
}
</style>
border-color css
<style>
span { border-color: #CC4075; }
span { border-color: rgb(204,64,117); }
td.TdClassName
{
border-color: #CC4075;
}
.TagClassName
{
border-color: #CC4075;
}
</style>