Shades of Can Can #CC8B9D
Tints of Can Can #CC8B9D
RGB
CMYK
RGB Variations
Color information
#CC8B9D (or 0xCC8B9D) is known color: Can Can. HEX triplet: CC, 8B and 9D. RGB value is (204,139,157). Sum of RGB (Red+Green+Blue) = 204+139+157=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B9D is #337462. Grayscale: #A0A0A0. Windows color (decimal): -3372131 or 10324940. OLE color: 10324940.
HSL color Cylindrical-coordinate representation of color #CC8B9D: hue angle of 343.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8B9D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 157 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.2 |
| HSL | 343.38º | 0.39% | 0.67% | - |
| HSV(B) | 343.38º | 0.32% | 0.8% | - |
| XYZ | 40.22 | 33.74 | 36.29 | - |
| YUV | 160.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 157 | 0 | 0.32 | 0.23 | 0.2 | 343.38 | 0.39 | 0.67 |
| Hex | CC | 8B | 9D | 0 | 20 | 17 | 14 | 157 | 27 | 43 |
| Octal | 314 | 213 | 235 | 0 | 40 | 27 | 24 | 527 | 47 | 103 |
| Binary | 11001100 | 10001011 | 10011101 | 0 | 100000 | 10111 | 10100 | 101010111 | 100111 | 1000011 |
Color Harmonies of #CC8B9D
Complementary color
Monochromatic Colors of #CC8B9D
Black with #CC8B9D
Text Example
Text Example
White with #CC8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B9D; }
p { color: rgb(204,139,157); }
H1.HeaderClassName
{
color: #CC8B9D;
}
.AnyTagClassName
{
color: #CC8B9D;
}
</style>
background-color css
<style>
a { background-color: #CC8B9D; }
a { background-color: rgb(204,139,157); }
div.DivClassName
{
background-color: #CC8B9D;
}
.BgClassName
{
background-color: #CC8B9D;
}
</style>
border-color css
<style>
span { border-color: #CC8B9D; }
span { border-color: rgb(204,139,157); }
td.TdClassName
{
border-color: #CC8B9D;
}
.TagClassName
{
border-color: #CC8B9D;
}
</style>