Shades of Puce #CC8193
Tints of Puce #CC8193
RGB
CMYK
RGB Variations
Color information
#CC8193 (or 0xCC8193) is known color: Puce. HEX triplet: CC, 81 and 93. RGB value is (204,129,147). Sum of RGB (Red+Green+Blue) = 204+129+147=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8193 is #337E6C. Grayscale: #999999. Windows color (decimal): -3374701 or 9667020. OLE color: 9667020.
HSL color Cylindrical-coordinate representation of color #CC8193: hue angle of 345.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8193 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 147 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.2 |
| HSL | 345.6º | 0.42% | 0.65% | - |
| HSV(B) | 345.6º | 0.37% | 0.8% | - |
| XYZ | 38.02 | 30.64 | 31.51 | - |
| YUV | 153.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 147 | 0 | 0.37 | 0.28 | 0.2 | 345.6 | 0.42 | 0.65 |
| Hex | CC | 81 | 93 | 0 | 25 | 1C | 14 | 15A | 2A | 41 |
| Octal | 314 | 201 | 223 | 0 | 45 | 34 | 24 | 532 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10010011 | 0 | 100101 | 11100 | 10100 | 101011010 | 101010 | 1000001 |
Color Harmonies of #CC8193
Complementary color
Monochromatic Colors of #CC8193
Black with #CC8193
Text Example
Text Example
White with #CC8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8193; }
p { color: rgb(204,129,147); }
H1.HeaderClassName
{
color: #CC8193;
}
.AnyTagClassName
{
color: #CC8193;
}
</style>
background-color css
<style>
a { background-color: #CC8193; }
a { background-color: rgb(204,129,147); }
div.DivClassName
{
background-color: #CC8193;
}
.BgClassName
{
background-color: #CC8193;
}
</style>
border-color css
<style>
span { border-color: #CC8193; }
span { border-color: rgb(204,129,147); }
td.TdClassName
{
border-color: #CC8193;
}
.TagClassName
{
border-color: #CC8193;
}
</style>