Shades of Can Can #CE83AA
Tints of Can Can #CE83AA
RGB
CMYK
RGB Variations
Color information
#CE83AA (or 0xCE83AA) is known color: Can Can. HEX triplet: CE, 83 and AA. RGB value is (206,131,170). Sum of RGB (Red+Green+Blue) = 206+131+170=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83AA is #317C55. Grayscale: #9D9D9D. Windows color (decimal): -3243094 or 11174862. OLE color: 11174862.
HSL color Cylindrical-coordinate representation of color #CE83AA: hue angle of 328.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83AA is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 170 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.19 |
| HSL | 328.8º | 0.43% | 0.66% | - |
| HSV(B) | 328.8º | 0.36% | 0.81% | - |
| XYZ | 40.83 | 32.26 | 42.1 | - |
| YUV | 157.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 170 | 0 | 0.36 | 0.17 | 0.19 | 328.8 | 0.43 | 0.66 |
| Hex | CE | 83 | AA | 0 | 24 | 11 | 13 | 149 | 2B | 42 |
| Octal | 316 | 203 | 252 | 0 | 44 | 21 | 23 | 511 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10101010 | 0 | 100100 | 10001 | 10011 | 101001001 | 101011 | 1000010 |
Color Harmonies of #CE83AA
Complementary color
Monochromatic Colors of #CE83AA
Black with #CE83AA
Text Example
Text Example
White with #CE83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83AA; }
p { color: rgb(206,131,170); }
H1.HeaderClassName
{
color: #CE83AA;
}
.AnyTagClassName
{
color: #CE83AA;
}
</style>
background-color css
<style>
a { background-color: #CE83AA; }
a { background-color: rgb(206,131,170); }
div.DivClassName
{
background-color: #CE83AA;
}
.BgClassName
{
background-color: #CE83AA;
}
</style>
border-color css
<style>
span { border-color: #CE83AA; }
span { border-color: rgb(206,131,170); }
td.TdClassName
{
border-color: #CE83AA;
}
.TagClassName
{
border-color: #CE83AA;
}
</style>