Shades of Puce #CC8C98
Tints of Puce #CC8C98
RGB
CMYK
RGB Variations
Color information
#CC8C98 (or 0xCC8C98) is known color: Puce. HEX triplet: CC, 8C and 98. RGB value is (204,140,152). Sum of RGB (Red+Green+Blue) = 204+140+152=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C98 is #337367. Grayscale: #A0A0A0. Windows color (decimal): -3371880 or 9997516. OLE color: 9997516.
HSL color Cylindrical-coordinate representation of color #CC8C98: hue angle of 348.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8C98 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 152 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.2 |
| HSL | 348.75º | 0.39% | 0.67% | - |
| HSV(B) | 348.75º | 0.31% | 0.8% | - |
| XYZ | 39.95 | 33.86 | 34.14 | - |
| YUV | 160.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 152 | 0 | 0.31 | 0.25 | 0.2 | 348.75 | 0.39 | 0.67 |
| Hex | CC | 8C | 98 | 0 | 1F | 19 | 14 | 15D | 27 | 43 |
| Octal | 314 | 214 | 230 | 0 | 37 | 31 | 24 | 535 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10011000 | 0 | 11111 | 11001 | 10100 | 101011101 | 100111 | 1000011 |
Color Harmonies of #CC8C98
Complementary color
Monochromatic Colors of #CC8C98
Black with #CC8C98
Text Example
Text Example
White with #CC8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C98; }
p { color: rgb(204,140,152); }
H1.HeaderClassName
{
color: #CC8C98;
}
.AnyTagClassName
{
color: #CC8C98;
}
</style>
background-color css
<style>
a { background-color: #CC8C98; }
a { background-color: rgb(204,140,152); }
div.DivClassName
{
background-color: #CC8C98;
}
.BgClassName
{
background-color: #CC8C98;
}
</style>
border-color css
<style>
span { border-color: #CC8C98; }
span { border-color: rgb(204,140,152); }
td.TdClassName
{
border-color: #CC8C98;
}
.TagClassName
{
border-color: #CC8C98;
}
</style>