Shades of Can Can #CE919C
Tints of Can Can #CE919C
RGB
CMYK
RGB Variations
Color information
#CE919C (or 0xCE919C) is known color: Can Can. HEX triplet: CE, 91 and 9C. RGB value is (206,145,156). Sum of RGB (Red+Green+Blue) = 206+145+156=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE919C is #316E63. Grayscale: #A4A4A4. Windows color (decimal): -3239524 or 10260942. OLE color: 10260942.
HSL color Cylindrical-coordinate representation of color #CE919C: hue angle of 349.18º 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 #CE919C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 156 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.19 |
| HSL | 349.18º | 0.38% | 0.69% | - |
| HSV(B) | 349.18º | 0.3% | 0.81% | - |
| XYZ | 41.58 | 35.77 | 36.17 | - |
| YUV | 164.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 156 | 0 | 0.30 | 0.24 | 0.19 | 349.18 | 0.38 | 0.69 |
| Hex | CE | 91 | 9C | 0 | 1E | 18 | 13 | 15D | 26 | 45 |
| Octal | 316 | 221 | 234 | 0 | 36 | 30 | 23 | 535 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10011100 | 0 | 11110 | 11000 | 10011 | 101011101 | 100110 | 1000101 |
Color Harmonies of #CE919C
Complementary color
Monochromatic Colors of #CE919C
Black with #CE919C
Text Example
Text Example
White with #CE919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE919C; }
p { color: rgb(206,145,156); }
H1.HeaderClassName
{
color: #CE919C;
}
.AnyTagClassName
{
color: #CE919C;
}
</style>
background-color css
<style>
a { background-color: #CE919C; }
a { background-color: rgb(206,145,156); }
div.DivClassName
{
background-color: #CE919C;
}
.BgClassName
{
background-color: #CE919C;
}
</style>
border-color css
<style>
span { border-color: #CE919C; }
span { border-color: rgb(206,145,156); }
td.TdClassName
{
border-color: #CE919C;
}
.TagClassName
{
border-color: #CE919C;
}
</style>