Shades of Cranberry #CE4174
Tints of Cranberry #CE4174
RGB
CMYK
RGB Variations
Color information
#CE4174 (or 0xCE4174) is known color: Cranberry. HEX triplet: CE, 41 and 74. RGB value is (206,65,116). Sum of RGB (Red+Green+Blue) = 206+65+116=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4174 is #31BE8B. Grayscale: #707070. Windows color (decimal): -3260044 or 7619022. OLE color: 7619022.
HSL color Cylindrical-coordinate representation of color #CE4174: hue angle of 338.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4174 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 116 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.19 |
| HSL | 338.3º | 0.59% | 0.53% | - |
| HSV(B) | 338.3º | 0.68% | 0.81% | - |
| XYZ | 30.5 | 18.16 | 18.42 | - |
| YUV | 112.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 116 | 0 | 0.68 | 0.44 | 0.19 | 338.3 | 0.59 | 0.53 |
| Hex | CE | 41 | 74 | 0 | 44 | 2C | 13 | 152 | 3B | 35 |
| Octal | 316 | 101 | 164 | 0 | 104 | 54 | 23 | 522 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1110100 | 0 | 1000100 | 101100 | 10011 | 101010010 | 111011 | 110101 |
Color Harmonies of #CE4174
Complementary color
Monochromatic Colors of #CE4174
Black with #CE4174
Text Example
Text Example
White with #CE4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4174; }
p { color: rgb(206,65,116); }
H1.HeaderClassName
{
color: #CE4174;
}
.AnyTagClassName
{
color: #CE4174;
}
</style>
background-color css
<style>
a { background-color: #CE4174; }
a { background-color: rgb(206,65,116); }
div.DivClassName
{
background-color: #CE4174;
}
.BgClassName
{
background-color: #CE4174;
}
</style>
border-color css
<style>
span { border-color: #CE4174; }
span { border-color: rgb(206,65,116); }
td.TdClassName
{
border-color: #CE4174;
}
.TagClassName
{
border-color: #CE4174;
}
</style>