Shades of Puce #CC868B
Tints of Puce #CC868B
RGB
CMYK
RGB Variations
Color information
#CC868B (or 0xCC868B) is known color: Puce. HEX triplet: CC, 86 and 8B. RGB value is (204,134,139). Sum of RGB (Red+Green+Blue) = 204+134+139=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868B is #337974. Grayscale: #9B9B9B. Windows color (decimal): -3373429 or 9144012. OLE color: 9144012.
HSL color Cylindrical-coordinate representation of color #CC868B: hue angle of 355.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC868B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 139 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.2 |
| HSL | 355.71º | 0.41% | 0.66% | - |
| HSV(B) | 355.71º | 0.34% | 0.8% | - |
| XYZ | 38.09 | 31.75 | 28.55 | - |
| YUV | 155.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 139 | 0 | 0.34 | 0.32 | 0.2 | 355.71 | 0.41 | 0.66 |
| Hex | CC | 86 | 8B | 0 | 22 | 20 | 14 | 164 | 29 | 42 |
| Octal | 314 | 206 | 213 | 0 | 42 | 40 | 24 | 544 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10001011 | 0 | 100010 | 100000 | 10100 | 101100100 | 101001 | 1000010 |
Color Harmonies of #CC868B
Complementary color
Monochromatic Colors of #CC868B
Black with #CC868B
Text Example
Text Example
White with #CC868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC868B; }
p { color: rgb(204,134,139); }
H1.HeaderClassName
{
color: #CC868B;
}
.AnyTagClassName
{
color: #CC868B;
}
</style>
background-color css
<style>
a { background-color: #CC868B; }
a { background-color: rgb(204,134,139); }
div.DivClassName
{
background-color: #CC868B;
}
.BgClassName
{
background-color: #CC868B;
}
</style>
border-color css
<style>
span { border-color: #CC868B; }
span { border-color: rgb(204,134,139); }
td.TdClassName
{
border-color: #CC868B;
}
.TagClassName
{
border-color: #CC868B;
}
</style>