Shades of Puce #CC8195
Tints of Puce #CC8195
RGB
CMYK
RGB Variations
Color information
#CC8195 (or 0xCC8195) is known color: Puce. HEX triplet: CC, 81 and 95. RGB value is (204,129,149). Sum of RGB (Red+Green+Blue) = 204+129+149=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8195 is #337E6A. Grayscale: #999999. Windows color (decimal): -3374699 or 9798092. OLE color: 9798092.
HSL color Cylindrical-coordinate representation of color #CC8195: hue angle of 344º 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 #CC8195 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 149 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.2 |
| HSL | 344º | 0.42% | 0.65% | - |
| HSV(B) | 344º | 0.37% | 0.8% | - |
| XYZ | 38.18 | 30.71 | 32.35 | - |
| YUV | 153.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 149 | 0 | 0.37 | 0.27 | 0.2 | 344 | 0.42 | 0.65 |
| Hex | CC | 81 | 95 | 0 | 25 | 1B | 14 | 158 | 2A | 41 |
| Octal | 314 | 201 | 225 | 0 | 45 | 33 | 24 | 530 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10010101 | 0 | 100101 | 11011 | 10100 | 101011000 | 101010 | 1000001 |
Color Harmonies of #CC8195
Complementary color
Monochromatic Colors of #CC8195
Black with #CC8195
Text Example
Text Example
White with #CC8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8195; }
p { color: rgb(204,129,149); }
H1.HeaderClassName
{
color: #CC8195;
}
.AnyTagClassName
{
color: #CC8195;
}
</style>
background-color css
<style>
a { background-color: #CC8195; }
a { background-color: rgb(204,129,149); }
div.DivClassName
{
background-color: #CC8195;
}
.BgClassName
{
background-color: #CC8195;
}
</style>
border-color css
<style>
span { border-color: #CC8195; }
span { border-color: rgb(204,129,149); }
td.TdClassName
{
border-color: #CC8195;
}
.TagClassName
{
border-color: #CC8195;
}
</style>