Shades of Puce #CC8597
Tints of Puce #CC8597
RGB
CMYK
RGB Variations
Color information
#CC8597 (or 0xCC8597) is known color: Puce. HEX triplet: CC, 85 and 97. RGB value is (204,133,151). Sum of RGB (Red+Green+Blue) = 204+133+151=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8597 is #337A68. Grayscale: #9C9C9C. Windows color (decimal): -3373673 or 9930188. OLE color: 9930188.
HSL color Cylindrical-coordinate representation of color #CC8597: hue angle of 344.79º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8597 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 151 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.2 |
| HSL | 344.79º | 0.41% | 0.66% | - |
| HSV(B) | 344.79º | 0.35% | 0.8% | - |
| XYZ | 38.88 | 31.85 | 33.38 | - |
| YUV | 156.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 151 | 0 | 0.35 | 0.26 | 0.2 | 344.79 | 0.41 | 0.66 |
| Hex | CC | 85 | 97 | 0 | 23 | 1A | 14 | 159 | 29 | 42 |
| Octal | 314 | 205 | 227 | 0 | 43 | 32 | 24 | 531 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10010111 | 0 | 100011 | 11010 | 10100 | 101011001 | 101001 | 1000010 |
Color Harmonies of #CC8597
Complementary color
Monochromatic Colors of #CC8597
Black with #CC8597
Text Example
Text Example
White with #CC8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8597; }
p { color: rgb(204,133,151); }
H1.HeaderClassName
{
color: #CC8597;
}
.AnyTagClassName
{
color: #CC8597;
}
</style>
background-color css
<style>
a { background-color: #CC8597; }
a { background-color: rgb(204,133,151); }
div.DivClassName
{
background-color: #CC8597;
}
.BgClassName
{
background-color: #CC8597;
}
</style>
border-color css
<style>
span { border-color: #CC8597; }
span { border-color: rgb(204,133,151); }
td.TdClassName
{
border-color: #CC8597;
}
.TagClassName
{
border-color: #CC8597;
}
</style>