Shades of Can Can #CE84A4
Tints of Can Can #CE84A4
RGB
CMYK
RGB Variations
Color information
#CE84A4 (or 0xCE84A4) is known color: Can Can. HEX triplet: CE, 84 and A4. RGB value is (206,132,164). Sum of RGB (Red+Green+Blue) = 206+132+164=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84A4 is #317B5B. Grayscale: #9D9D9D. Windows color (decimal): -3242844 or 10781902. OLE color: 10781902.
HSL color Cylindrical-coordinate representation of color #CE84A4: hue angle of 334.05º 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 #CE84A4 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 164 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.19 |
| HSL | 334.05º | 0.43% | 0.66% | - |
| HSV(B) | 334.05º | 0.36% | 0.81% | - |
| XYZ | 40.41 | 32.3 | 39.23 | - |
| YUV | 157.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 164 | 0 | 0.36 | 0.20 | 0.19 | 334.05 | 0.43 | 0.66 |
| Hex | CE | 84 | A4 | 0 | 24 | 14 | 13 | 14E | 2B | 42 |
| Octal | 316 | 204 | 244 | 0 | 44 | 24 | 23 | 516 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10100100 | 0 | 100100 | 10100 | 10011 | 101001110 | 101011 | 1000010 |
Color Harmonies of #CE84A4
Complementary color
Monochromatic Colors of #CE84A4
Black with #CE84A4
Text Example
Text Example
White with #CE84A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84A4; }
p { color: rgb(206,132,164); }
H1.HeaderClassName
{
color: #CE84A4;
}
.AnyTagClassName
{
color: #CE84A4;
}
</style>
background-color css
<style>
a { background-color: #CE84A4; }
a { background-color: rgb(206,132,164); }
div.DivClassName
{
background-color: #CE84A4;
}
.BgClassName
{
background-color: #CE84A4;
}
</style>
border-color css
<style>
span { border-color: #CE84A4; }
span { border-color: rgb(206,132,164); }
td.TdClassName
{
border-color: #CE84A4;
}
.TagClassName
{
border-color: #CE84A4;
}
</style>