Shades of Can Can #CE919D
Tints of Can Can #CE919D
RGB
CMYK
RGB Variations
Color information
#CE919D (or 0xCE919D) is known color: Can Can. HEX triplet: CE, 91 and 9D. RGB value is (206,145,157). Sum of RGB (Red+Green+Blue) = 206+145+157=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE919D is #316E62. Grayscale: #A4A4A4. Windows color (decimal): -3239523 or 10326478. OLE color: 10326478.
HSL color Cylindrical-coordinate representation of color #CE919D: hue angle of 348.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE919D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 157 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.19 |
| HSL | 348.2º | 0.38% | 0.69% | - |
| HSV(B) | 348.2º | 0.3% | 0.81% | - |
| XYZ | 41.66 | 35.81 | 36.61 | - |
| YUV | 164.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 157 | 0 | 0.30 | 0.24 | 0.19 | 348.2 | 0.38 | 0.69 |
| Hex | CE | 91 | 9D | 0 | 1E | 18 | 13 | 15C | 26 | 45 |
| Octal | 316 | 221 | 235 | 0 | 36 | 30 | 23 | 534 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10011101 | 0 | 11110 | 11000 | 10011 | 101011100 | 100110 | 1000101 |
Color Harmonies of #CE919D
Complementary color
Monochromatic Colors of #CE919D
Black with #CE919D
Text Example
Text Example
White with #CE919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE919D; }
p { color: rgb(206,145,157); }
H1.HeaderClassName
{
color: #CE919D;
}
.AnyTagClassName
{
color: #CE919D;
}
</style>
background-color css
<style>
a { background-color: #CE919D; }
a { background-color: rgb(206,145,157); }
div.DivClassName
{
background-color: #CE919D;
}
.BgClassName
{
background-color: #CE919D;
}
</style>
border-color css
<style>
span { border-color: #CE919D; }
span { border-color: rgb(206,145,157); }
td.TdClassName
{
border-color: #CE919D;
}
.TagClassName
{
border-color: #CE919D;
}
</style>