Shades of Can Can #CC919A
Tints of Can Can #CC919A
RGB
CMYK
RGB Variations
Color information
#CC919A (or 0xCC919A) is known color: Can Can. HEX triplet: CC, 91 and 9A. RGB value is (204,145,154). Sum of RGB (Red+Green+Blue) = 204+145+154=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC919A is #336E65. Grayscale: #A3A3A3. Windows color (decimal): -3370598 or 10129868. OLE color: 10129868.
HSL color Cylindrical-coordinate representation of color #CC919A: hue angle of 350.85º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC919A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 154 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.2 |
| HSL | 350.85º | 0.37% | 0.68% | - |
| HSV(B) | 350.85º | 0.29% | 0.8% | - |
| XYZ | 40.86 | 35.42 | 35.26 | - |
| YUV | 163.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 154 | 0 | 0.29 | 0.25 | 0.2 | 350.85 | 0.37 | 0.68 |
| Hex | CC | 91 | 9A | 0 | 1D | 19 | 14 | 15F | 25 | 44 |
| Octal | 314 | 221 | 232 | 0 | 35 | 31 | 24 | 537 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10011010 | 0 | 11101 | 11001 | 10100 | 101011111 | 100101 | 1000100 |
Color Harmonies of #CC919A
Complementary color
Monochromatic Colors of #CC919A
Black with #CC919A
Text Example
Text Example
White with #CC919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC919A; }
p { color: rgb(204,145,154); }
H1.HeaderClassName
{
color: #CC919A;
}
.AnyTagClassName
{
color: #CC919A;
}
</style>
background-color css
<style>
a { background-color: #CC919A; }
a { background-color: rgb(204,145,154); }
div.DivClassName
{
background-color: #CC919A;
}
.BgClassName
{
background-color: #CC919A;
}
</style>
border-color css
<style>
span { border-color: #CC919A; }
span { border-color: rgb(204,145,154); }
td.TdClassName
{
border-color: #CC919A;
}
.TagClassName
{
border-color: #CC919A;
}
</style>