Shades of Cranberry #CE457A
Tints of Cranberry #CE457A
RGB
CMYK
RGB Variations
Color information
#CE457A (or 0xCE457A) is known color: Cranberry. HEX triplet: CE, 45 and 7A. RGB value is (206,69,122). Sum of RGB (Red+Green+Blue) = 206+69+122=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE457A is #31BA85. Grayscale: #737373. Windows color (decimal): -3259014 or 8013262. OLE color: 8013262.
HSL color Cylindrical-coordinate representation of color #CE457A: hue angle of 336.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE457A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 122 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.19 |
| HSL | 336.79º | 0.58% | 0.54% | - |
| HSV(B) | 336.79º | 0.67% | 0.81% | - |
| XYZ | 31.09 | 18.78 | 20.4 | - |
| YUV | 116.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 122 | 0 | 0.67 | 0.41 | 0.19 | 336.79 | 0.58 | 0.54 |
| Hex | CE | 45 | 7A | 0 | 43 | 29 | 13 | 151 | 3A | 36 |
| Octal | 316 | 105 | 172 | 0 | 103 | 51 | 23 | 521 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1111010 | 0 | 1000011 | 101001 | 10011 | 101010001 | 111010 | 110110 |
Color Harmonies of #CE457A
Complementary color
Monochromatic Colors of #CE457A
Black with #CE457A
Text Example
Text Example
White with #CE457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE457A; }
p { color: rgb(206,69,122); }
H1.HeaderClassName
{
color: #CE457A;
}
.AnyTagClassName
{
color: #CE457A;
}
</style>
background-color css
<style>
a { background-color: #CE457A; }
a { background-color: rgb(206,69,122); }
div.DivClassName
{
background-color: #CE457A;
}
.BgClassName
{
background-color: #CE457A;
}
</style>
border-color css
<style>
span { border-color: #CE457A; }
span { border-color: rgb(206,69,122); }
td.TdClassName
{
border-color: #CE457A;
}
.TagClassName
{
border-color: #CE457A;
}
</style>