Shades of Puce #CC8398
Tints of Puce #CC8398
RGB
CMYK
RGB Variations
Color information
#CC8398 (or 0xCC8398) is known color: Puce. HEX triplet: CC, 83 and 98. RGB value is (204,131,152). Sum of RGB (Red+Green+Blue) = 204+131+152=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8398 is #337C67. Grayscale: #9B9B9B. Windows color (decimal): -3374184 or 9995212. OLE color: 9995212.
HSL color Cylindrical-coordinate representation of color #CC8398: hue angle of 342.74º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8398 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 152 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.2 |
| HSL | 342.74º | 0.42% | 0.66% | - |
| HSV(B) | 342.74º | 0.36% | 0.8% | - |
| XYZ | 38.69 | 31.34 | 33.72 | - |
| YUV | 155.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 152 | 0 | 0.36 | 0.25 | 0.2 | 342.74 | 0.42 | 0.66 |
| Hex | CC | 83 | 98 | 0 | 24 | 19 | 14 | 157 | 2A | 42 |
| Octal | 314 | 203 | 230 | 0 | 44 | 31 | 24 | 527 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10011000 | 0 | 100100 | 11001 | 10100 | 101010111 | 101010 | 1000010 |
Color Harmonies of #CC8398
Complementary color
Monochromatic Colors of #CC8398
Black with #CC8398
Text Example
Text Example
White with #CC8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8398; }
p { color: rgb(204,131,152); }
H1.HeaderClassName
{
color: #CC8398;
}
.AnyTagClassName
{
color: #CC8398;
}
</style>
background-color css
<style>
a { background-color: #CC8398; }
a { background-color: rgb(204,131,152); }
div.DivClassName
{
background-color: #CC8398;
}
.BgClassName
{
background-color: #CC8398;
}
</style>
border-color css
<style>
span { border-color: #CC8398; }
span { border-color: rgb(204,131,152); }
td.TdClassName
{
border-color: #CC8398;
}
.TagClassName
{
border-color: #CC8398;
}
</style>