Shades of Cranberry #CE4073
Tints of Cranberry #CE4073
RGB
CMYK
RGB Variations
Color information
#CE4073 (or 0xCE4073) is known color: Cranberry. HEX triplet: CE, 40 and 73. RGB value is (206,64,115). Sum of RGB (Red+Green+Blue) = 206+64+115=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4073 is #31BF8C. Grayscale: #707070. Windows color (decimal): -3260301 or 7553230. OLE color: 7553230.
HSL color Cylindrical-coordinate representation of color #CE4073: hue angle of 338.45º 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 #CE4073 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 115 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.19 |
| HSL | 338.45º | 0.59% | 0.53% | - |
| HSV(B) | 338.45º | 0.69% | 0.81% | - |
| XYZ | 30.38 | 18.03 | 18.1 | - |
| YUV | 112.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 115 | 0 | 0.69 | 0.44 | 0.19 | 338.45 | 0.59 | 0.53 |
| Hex | CE | 40 | 73 | 0 | 45 | 2C | 13 | 152 | 3B | 35 |
| Octal | 316 | 100 | 163 | 0 | 105 | 54 | 23 | 522 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1110011 | 0 | 1000101 | 101100 | 10011 | 101010010 | 111011 | 110101 |
Color Harmonies of #CE4073
Complementary color
Monochromatic Colors of #CE4073
Black with #CE4073
Text Example
Text Example
White with #CE4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4073; }
p { color: rgb(206,64,115); }
H1.HeaderClassName
{
color: #CE4073;
}
.AnyTagClassName
{
color: #CE4073;
}
</style>
background-color css
<style>
a { background-color: #CE4073; }
a { background-color: rgb(206,64,115); }
div.DivClassName
{
background-color: #CE4073;
}
.BgClassName
{
background-color: #CE4073;
}
</style>
border-color css
<style>
span { border-color: #CE4073; }
span { border-color: rgb(206,64,115); }
td.TdClassName
{
border-color: #CE4073;
}
.TagClassName
{
border-color: #CE4073;
}
</style>