Shades of Cranberry #CE6081
Tints of Cranberry #CE6081
RGB
CMYK
RGB Variations
Color information
#CE6081 (or 0xCE6081) is known color: Cranberry. HEX triplet: CE, 60 and 81. RGB value is (206,96,129). Sum of RGB (Red+Green+Blue) = 206+96+129=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6081 is #319F7E. Grayscale: #848484. Windows color (decimal): -3252095 or 8478926. OLE color: 8478926.
HSL color Cylindrical-coordinate representation of color #CE6081: hue angle of 342º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6081 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 129 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.19 |
| HSL | 342º | 0.53% | 0.59% | - |
| HSV(B) | 342º | 0.53% | 0.81% | - |
| XYZ | 33.6 | 23.07 | 23.45 | - |
| YUV | 132.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 129 | 0 | 0.53 | 0.37 | 0.19 | 342 | 0.53 | 0.59 |
| Hex | CE | 60 | 81 | 0 | 35 | 25 | 13 | 156 | 35 | 3B |
| Octal | 316 | 140 | 201 | 0 | 65 | 45 | 23 | 526 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10000001 | 0 | 110101 | 100101 | 10011 | 101010110 | 110101 | 111011 |
Color Harmonies of #CE6081
Complementary color
Monochromatic Colors of #CE6081
Black with #CE6081
Text Example
Text Example
White with #CE6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6081; }
p { color: rgb(206,96,129); }
H1.HeaderClassName
{
color: #CE6081;
}
.AnyTagClassName
{
color: #CE6081;
}
</style>
background-color css
<style>
a { background-color: #CE6081; }
a { background-color: rgb(206,96,129); }
div.DivClassName
{
background-color: #CE6081;
}
.BgClassName
{
background-color: #CE6081;
}
</style>
border-color css
<style>
span { border-color: #CE6081; }
span { border-color: rgb(206,96,129); }
td.TdClassName
{
border-color: #CE6081;
}
.TagClassName
{
border-color: #CE6081;
}
</style>