Shades of Puce #CC8498
Tints of Puce #CC8498
RGB
CMYK
RGB Variations
Color information
#CC8498 (or 0xCC8498) is known color: Puce. HEX triplet: CC, 84 and 98. RGB value is (204,132,152). Sum of RGB (Red+Green+Blue) = 204+132+152=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8498 is #337B67. Grayscale: #9B9B9B. Windows color (decimal): -3373928 or 9995468. OLE color: 9995468.
HSL color Cylindrical-coordinate representation of color #CC8498: hue angle of 343.33º 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 #CC8498 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 152 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.2 |
| HSL | 343.33º | 0.41% | 0.66% | - |
| HSV(B) | 343.33º | 0.35% | 0.8% | - |
| XYZ | 38.82 | 31.61 | 33.76 | - |
| YUV | 155.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 152 | 0 | 0.35 | 0.25 | 0.2 | 343.33 | 0.41 | 0.66 |
| Hex | CC | 84 | 98 | 0 | 23 | 19 | 14 | 157 | 29 | 42 |
| Octal | 314 | 204 | 230 | 0 | 43 | 31 | 24 | 527 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10011000 | 0 | 100011 | 11001 | 10100 | 101010111 | 101001 | 1000010 |
Color Harmonies of #CC8498
Complementary color
Monochromatic Colors of #CC8498
Black with #CC8498
Text Example
Text Example
White with #CC8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8498; }
p { color: rgb(204,132,152); }
H1.HeaderClassName
{
color: #CC8498;
}
.AnyTagClassName
{
color: #CC8498;
}
</style>
background-color css
<style>
a { background-color: #CC8498; }
a { background-color: rgb(204,132,152); }
div.DivClassName
{
background-color: #CC8498;
}
.BgClassName
{
background-color: #CC8498;
}
</style>
border-color css
<style>
span { border-color: #CC8498; }
span { border-color: rgb(204,132,152); }
td.TdClassName
{
border-color: #CC8498;
}
.TagClassName
{
border-color: #CC8498;
}
</style>