Shades of Cranberry #CE4075
Tints of Cranberry #CE4075
RGB
CMYK
RGB Variations
Color information
#CE4075 (or 0xCE4075) is known color: Cranberry. HEX triplet: CE, 40 and 75. RGB value is (206,64,117). Sum of RGB (Red+Green+Blue) = 206+64+117=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4075 is #31BF8A. Grayscale: #707070. Windows color (decimal): -3260299 or 7684302. OLE color: 7684302.
HSL color Cylindrical-coordinate representation of color #CE4075: hue angle of 337.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4075 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 117 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.19 |
| HSL | 337.61º | 0.59% | 0.53% | - |
| HSV(B) | 337.61º | 0.69% | 0.81% | - |
| XYZ | 30.5 | 18.07 | 18.71 | - |
| YUV | 112.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 117 | 0 | 0.69 | 0.43 | 0.19 | 337.61 | 0.59 | 0.53 |
| Hex | CE | 40 | 75 | 0 | 45 | 2B | 13 | 152 | 3B | 35 |
| Octal | 316 | 100 | 165 | 0 | 105 | 53 | 23 | 522 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1110101 | 0 | 1000101 | 101011 | 10011 | 101010010 | 111011 | 110101 |
Color Harmonies of #CE4075
Complementary color
Monochromatic Colors of #CE4075
Black with #CE4075
Text Example
Text Example
White with #CE4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4075; }
p { color: rgb(206,64,117); }
H1.HeaderClassName
{
color: #CE4075;
}
.AnyTagClassName
{
color: #CE4075;
}
</style>
background-color css
<style>
a { background-color: #CE4075; }
a { background-color: rgb(206,64,117); }
div.DivClassName
{
background-color: #CE4075;
}
.BgClassName
{
background-color: #CE4075;
}
</style>
border-color css
<style>
span { border-color: #CE4075; }
span { border-color: rgb(206,64,117); }
td.TdClassName
{
border-color: #CE4075;
}
.TagClassName
{
border-color: #CE4075;
}
</style>