Shades of Puce #CC8694
Tints of Puce #CC8694
RGB
CMYK
RGB Variations
Color information
#CC8694 (or 0xCC8694) is known color: Puce. HEX triplet: CC, 86 and 94. RGB value is (204,134,148). Sum of RGB (Red+Green+Blue) = 204+134+148=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8694 is #33796B. Grayscale: #9C9C9C. Windows color (decimal): -3373420 or 9733836. OLE color: 9733836.
HSL color Cylindrical-coordinate representation of color #CC8694: hue angle of 348º 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 #CC8694 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 148 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.2 |
| HSL | 348º | 0.41% | 0.66% | - |
| HSV(B) | 348º | 0.34% | 0.8% | - |
| XYZ | 38.77 | 32.03 | 32.16 | - |
| YUV | 156.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 148 | 0 | 0.34 | 0.27 | 0.2 | 348 | 0.41 | 0.66 |
| Hex | CC | 86 | 94 | 0 | 22 | 1B | 14 | 15C | 29 | 42 |
| Octal | 314 | 206 | 224 | 0 | 42 | 33 | 24 | 534 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10010100 | 0 | 100010 | 11011 | 10100 | 101011100 | 101001 | 1000010 |
Color Harmonies of #CC8694
Complementary color
Monochromatic Colors of #CC8694
Black with #CC8694
Text Example
Text Example
White with #CC8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8694; }
p { color: rgb(204,134,148); }
H1.HeaderClassName
{
color: #CC8694;
}
.AnyTagClassName
{
color: #CC8694;
}
</style>
background-color css
<style>
a { background-color: #CC8694; }
a { background-color: rgb(204,134,148); }
div.DivClassName
{
background-color: #CC8694;
}
.BgClassName
{
background-color: #CC8694;
}
</style>
border-color css
<style>
span { border-color: #CC8694; }
span { border-color: rgb(204,134,148); }
td.TdClassName
{
border-color: #CC8694;
}
.TagClassName
{
border-color: #CC8694;
}
</style>