Shades of Cranberry #CE607F
Tints of Cranberry #CE607F
RGB
CMYK
RGB Variations
Color information
#CE607F (or 0xCE607F) is known color: Cranberry. HEX triplet: CE, 60 and 7F. RGB value is (206,96,127). Sum of RGB (Red+Green+Blue) = 206+96+127=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607F is #319F80. Grayscale: #848484. Windows color (decimal): -3252097 or 8347854. OLE color: 8347854.
HSL color Cylindrical-coordinate representation of color #CE607F: hue angle of 343.09º 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 #CE607F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 127 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.19 |
| HSL | 343.09º | 0.53% | 0.59% | - |
| HSV(B) | 343.09º | 0.53% | 0.81% | - |
| XYZ | 33.47 | 23.02 | 22.76 | - |
| YUV | 132.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 127 | 0 | 0.53 | 0.38 | 0.19 | 343.09 | 0.53 | 0.59 |
| Hex | CE | 60 | 7F | 0 | 35 | 26 | 13 | 157 | 35 | 3B |
| Octal | 316 | 140 | 177 | 0 | 65 | 46 | 23 | 527 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1111111 | 0 | 110101 | 100110 | 10011 | 101010111 | 110101 | 111011 |
Color Harmonies of #CE607F
Complementary color
Monochromatic Colors of #CE607F
Black with #CE607F
Text Example
Text Example
White with #CE607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE607F; }
p { color: rgb(206,96,127); }
H1.HeaderClassName
{
color: #CE607F;
}
.AnyTagClassName
{
color: #CE607F;
}
</style>
background-color css
<style>
a { background-color: #CE607F; }
a { background-color: rgb(206,96,127); }
div.DivClassName
{
background-color: #CE607F;
}
.BgClassName
{
background-color: #CE607F;
}
</style>
border-color css
<style>
span { border-color: #CE607F; }
span { border-color: rgb(206,96,127); }
td.TdClassName
{
border-color: #CE607F;
}
.TagClassName
{
border-color: #CE607F;
}
</style>