Shades of Puce #CC7B96
Tints of Puce #CC7B96
RGB
CMYK
RGB Variations
Color information
#CC7B96 (or 0xCC7B96) is known color: Puce. HEX triplet: CC, 7B and 96. RGB value is (204,123,150). Sum of RGB (Red+Green+Blue) = 204+123+150=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B96 is #338469. Grayscale: #969696. Windows color (decimal): -3376234 or 9862092. OLE color: 9862092.
HSL color Cylindrical-coordinate representation of color #CC7B96: hue angle of 340º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B96 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 150 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.2 |
| HSL | 340º | 0.44% | 0.64% | - |
| HSV(B) | 340º | 0.4% | 0.8% | - |
| XYZ | 37.49 | 29.21 | 32.52 | - |
| YUV | 150.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 150 | 0 | 0.40 | 0.26 | 0.2 | 340 | 0.44 | 0.64 |
| Hex | CC | 7B | 96 | 0 | 28 | 1A | 14 | 154 | 2C | 40 |
| Octal | 314 | 173 | 226 | 0 | 50 | 32 | 24 | 524 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10010110 | 0 | 101000 | 11010 | 10100 | 101010100 | 101100 | 1000000 |
Color Harmonies of #CC7B96
Complementary color
Monochromatic Colors of #CC7B96
Black with #CC7B96
Text Example
Text Example
White with #CC7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B96; }
p { color: rgb(204,123,150); }
H1.HeaderClassName
{
color: #CC7B96;
}
.AnyTagClassName
{
color: #CC7B96;
}
</style>
background-color css
<style>
a { background-color: #CC7B96; }
a { background-color: rgb(204,123,150); }
div.DivClassName
{
background-color: #CC7B96;
}
.BgClassName
{
background-color: #CC7B96;
}
</style>
border-color css
<style>
span { border-color: #CC7B96; }
span { border-color: rgb(204,123,150); }
td.TdClassName
{
border-color: #CC7B96;
}
.TagClassName
{
border-color: #CC7B96;
}
</style>