Shades of Puce #CC7D95
Tints of Puce #CC7D95
RGB
CMYK
RGB Variations
Color information
#CC7D95 (or 0xCC7D95) is known color: Puce. HEX triplet: CC, 7D and 95. RGB value is (204,125,149). Sum of RGB (Red+Green+Blue) = 204+125+149=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D95 is #33826A. Grayscale: #979797. Windows color (decimal): -3375723 or 9797068. OLE color: 9797068.
HSL color Cylindrical-coordinate representation of color #CC7D95: hue angle of 341.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D95 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 149 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.2 |
| HSL | 341.77º | 0.44% | 0.65% | - |
| HSV(B) | 341.77º | 0.39% | 0.8% | - |
| XYZ | 37.66 | 29.67 | 32.18 | - |
| YUV | 151.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 149 | 0 | 0.39 | 0.27 | 0.2 | 341.77 | 0.44 | 0.65 |
| Hex | CC | 7D | 95 | 0 | 27 | 1B | 14 | 156 | 2C | 41 |
| Octal | 314 | 175 | 225 | 0 | 47 | 33 | 24 | 526 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10010101 | 0 | 100111 | 11011 | 10100 | 101010110 | 101100 | 1000001 |
Color Harmonies of #CC7D95
Complementary color
Monochromatic Colors of #CC7D95
Black with #CC7D95
Text Example
Text Example
White with #CC7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D95; }
p { color: rgb(204,125,149); }
H1.HeaderClassName
{
color: #CC7D95;
}
.AnyTagClassName
{
color: #CC7D95;
}
</style>
background-color css
<style>
a { background-color: #CC7D95; }
a { background-color: rgb(204,125,149); }
div.DivClassName
{
background-color: #CC7D95;
}
.BgClassName
{
background-color: #CC7D95;
}
</style>
border-color css
<style>
span { border-color: #CC7D95; }
span { border-color: rgb(204,125,149); }
td.TdClassName
{
border-color: #CC7D95;
}
.TagClassName
{
border-color: #CC7D95;
}
</style>