Shades of Puce #CC7E9D
Tints of Puce #CC7E9D
RGB
CMYK
RGB Variations
Color information
#CC7E9D (or 0xCC7E9D) is known color: Puce. HEX triplet: CC, 7E and 9D. RGB value is (204,126,157). Sum of RGB (Red+Green+Blue) = 204+126+157=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E9D is #338162. Grayscale: #989898. Windows color (decimal): -3375459 or 10321612. OLE color: 10321612.
HSL color Cylindrical-coordinate representation of color #CC7E9D: hue angle of 336.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7E9D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 157 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.2 |
| HSL | 336.15º | 0.43% | 0.65% | - |
| HSV(B) | 336.15º | 0.38% | 0.8% | - |
| XYZ | 38.45 | 30.19 | 35.7 | - |
| YUV | 152.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 157 | 0 | 0.38 | 0.23 | 0.2 | 336.15 | 0.43 | 0.65 |
| Hex | CC | 7E | 9D | 0 | 26 | 17 | 14 | 150 | 2B | 41 |
| Octal | 314 | 176 | 235 | 0 | 46 | 27 | 24 | 520 | 53 | 101 |
| Binary | 11001100 | 1111110 | 10011101 | 0 | 100110 | 10111 | 10100 | 101010000 | 101011 | 1000001 |
Color Harmonies of #CC7E9D
Complementary color
Monochromatic Colors of #CC7E9D
Black with #CC7E9D
Text Example
Text Example
White with #CC7E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E9D; }
p { color: rgb(204,126,157); }
H1.HeaderClassName
{
color: #CC7E9D;
}
.AnyTagClassName
{
color: #CC7E9D;
}
</style>
background-color css
<style>
a { background-color: #CC7E9D; }
a { background-color: rgb(204,126,157); }
div.DivClassName
{
background-color: #CC7E9D;
}
.BgClassName
{
background-color: #CC7E9D;
}
</style>
border-color css
<style>
span { border-color: #CC7E9D; }
span { border-color: rgb(204,126,157); }
td.TdClassName
{
border-color: #CC7E9D;
}
.TagClassName
{
border-color: #CC7E9D;
}
</style>