Shades of Can Can #CE82AA
Tints of Can Can #CE82AA
RGB
CMYK
RGB Variations
Color information
#CE82AA (or 0xCE82AA) is known color: Can Can. HEX triplet: CE, 82 and AA. RGB value is (206,130,170). Sum of RGB (Red+Green+Blue) = 206+130+170=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82AA is #317D55. Grayscale: #9D9D9D. Windows color (decimal): -3243350 or 11174606. OLE color: 11174606.
HSL color Cylindrical-coordinate representation of color #CE82AA: hue angle of 328.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82AA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 170 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.19 |
| HSL | 328.42º | 0.44% | 0.66% | - |
| HSV(B) | 328.42º | 0.37% | 0.81% | - |
| XYZ | 40.69 | 31.99 | 42.06 | - |
| YUV | 157.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 170 | 0 | 0.37 | 0.17 | 0.19 | 328.42 | 0.44 | 0.66 |
| Hex | CE | 82 | AA | 0 | 25 | 11 | 13 | 148 | 2C | 42 |
| Octal | 316 | 202 | 252 | 0 | 45 | 21 | 23 | 510 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10101010 | 0 | 100101 | 10001 | 10011 | 101001000 | 101100 | 1000010 |
Color Harmonies of #CE82AA
Complementary color
Monochromatic Colors of #CE82AA
Black with #CE82AA
Text Example
Text Example
White with #CE82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82AA; }
p { color: rgb(206,130,170); }
H1.HeaderClassName
{
color: #CE82AA;
}
.AnyTagClassName
{
color: #CE82AA;
}
</style>
background-color css
<style>
a { background-color: #CE82AA; }
a { background-color: rgb(206,130,170); }
div.DivClassName
{
background-color: #CE82AA;
}
.BgClassName
{
background-color: #CE82AA;
}
</style>
border-color css
<style>
span { border-color: #CE82AA; }
span { border-color: rgb(206,130,170); }
td.TdClassName
{
border-color: #CE82AA;
}
.TagClassName
{
border-color: #CE82AA;
}
</style>