Shades of Puce #CD7C9C
Tints of Puce #CD7C9C
RGB
CMYK
RGB Variations
Color information
#CD7C9C (or 0xCD7C9C) is known color: Puce. HEX triplet: CD, 7C and 9C. RGB value is (205,124,156). Sum of RGB (Red+Green+Blue) = 205+124+156=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C9C is #328363. Grayscale: #979797. Windows color (decimal): -3310436 or 10255565. OLE color: 10255565.
HSL color Cylindrical-coordinate representation of color #CD7C9C: hue angle of 336.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C9C is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 156 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.20 |
| HSL | 336.3º | 0.45% | 0.65% | - |
| HSV(B) | 336.3º | 0.4% | 0.8% | - |
| XYZ | 38.39 | 29.79 | 35.18 | - |
| YUV | 151.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 156 | 0 | 0.40 | 0.24 | 0.20 | 336.3 | 0.45 | 0.65 |
| Hex | CD | 7C | 9C | 0 | 28 | 18 | 14 | 150 | 2D | 41 |
| Octal | 315 | 174 | 234 | 0 | 50 | 30 | 24 | 520 | 55 | 101 |
| Binary | 11001101 | 1111100 | 10011100 | 0 | 101000 | 11000 | 10100 | 101010000 | 101101 | 1000001 |
Color Harmonies of #CD7C9C
Complementary color
Monochromatic Colors of #CD7C9C
Black with #CD7C9C
Text Example
Text Example
White with #CD7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C9C; }
p { color: rgb(205,124,156); }
H1.HeaderClassName
{
color: #CD7C9C;
}
.AnyTagClassName
{
color: #CD7C9C;
}
</style>
background-color css
<style>
a { background-color: #CD7C9C; }
a { background-color: rgb(205,124,156); }
div.DivClassName
{
background-color: #CD7C9C;
}
.BgClassName
{
background-color: #CD7C9C;
}
</style>
border-color css
<style>
span { border-color: #CD7C9C; }
span { border-color: rgb(205,124,156); }
td.TdClassName
{
border-color: #CD7C9C;
}
.TagClassName
{
border-color: #CD7C9C;
}
</style>