Shades of Puce #CC7C9A
Tints of Puce #CC7C9A
RGB
CMYK
RGB Variations
Color information
#CC7C9A (or 0xCC7C9A) is known color: Puce. HEX triplet: CC, 7C and 9A. RGB value is (204,124,154). Sum of RGB (Red+Green+Blue) = 204+124+154=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C9A is #338365. Grayscale: #979797. Windows color (decimal): -3375974 or 10124492. OLE color: 10124492.
HSL color Cylindrical-coordinate representation of color #CC7C9A: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C9A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 154 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.2 |
| HSL | 337.5º | 0.44% | 0.64% | - |
| HSV(B) | 337.5º | 0.39% | 0.8% | - |
| XYZ | 37.94 | 29.59 | 34.28 | - |
| YUV | 151.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 154 | 0 | 0.39 | 0.25 | 0.2 | 337.5 | 0.44 | 0.64 |
| Hex | CC | 7C | 9A | 0 | 27 | 19 | 14 | 152 | 2C | 40 |
| Octal | 314 | 174 | 232 | 0 | 47 | 31 | 24 | 522 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10011010 | 0 | 100111 | 11001 | 10100 | 101010010 | 101100 | 1000000 |
Color Harmonies of #CC7C9A
Complementary color
Monochromatic Colors of #CC7C9A
Black with #CC7C9A
Text Example
Text Example
White with #CC7C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C9A; }
p { color: rgb(204,124,154); }
H1.HeaderClassName
{
color: #CC7C9A;
}
.AnyTagClassName
{
color: #CC7C9A;
}
</style>
background-color css
<style>
a { background-color: #CC7C9A; }
a { background-color: rgb(204,124,154); }
div.DivClassName
{
background-color: #CC7C9A;
}
.BgClassName
{
background-color: #CC7C9A;
}
</style>
border-color css
<style>
span { border-color: #CC7C9A; }
span { border-color: rgb(204,124,154); }
td.TdClassName
{
border-color: #CC7C9A;
}
.TagClassName
{
border-color: #CC7C9A;
}
</style>