Shades of Puce #CD7C9A
Tints of Puce #CD7C9A
RGB
CMYK
RGB Variations
Color information
#CD7C9A (or 0xCD7C9A) is known color: Puce. HEX triplet: CD, 7C and 9A. RGB value is (205,124,154). Sum of RGB (Red+Green+Blue) = 205+124+154=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C9A is #328365. Grayscale: #979797. Windows color (decimal): -3310438 or 10124493. OLE color: 10124493.
HSL color Cylindrical-coordinate representation of color #CD7C9A: hue angle of 337.78º 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 #CD7C9A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 154 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.20 |
| HSL | 337.78º | 0.45% | 0.65% | - |
| HSV(B) | 337.78º | 0.4% | 0.8% | - |
| XYZ | 38.22 | 29.73 | 34.3 | - |
| YUV | 151.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 154 | 0 | 0.40 | 0.25 | 0.20 | 337.78 | 0.45 | 0.65 |
| Hex | CD | 7C | 9A | 0 | 28 | 19 | 14 | 152 | 2D | 41 |
| Octal | 315 | 174 | 232 | 0 | 50 | 31 | 24 | 522 | 55 | 101 |
| Binary | 11001101 | 1111100 | 10011010 | 0 | 101000 | 11001 | 10100 | 101010010 | 101101 | 1000001 |
Color Harmonies of #CD7C9A
Complementary color
Monochromatic Colors of #CD7C9A
Black with #CD7C9A
Text Example
Text Example
White with #CD7C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C9A; }
p { color: rgb(205,124,154); }
H1.HeaderClassName
{
color: #CD7C9A;
}
.AnyTagClassName
{
color: #CD7C9A;
}
</style>
background-color css
<style>
a { background-color: #CD7C9A; }
a { background-color: rgb(205,124,154); }
div.DivClassName
{
background-color: #CD7C9A;
}
.BgClassName
{
background-color: #CD7C9A;
}
</style>
border-color css
<style>
span { border-color: #CD7C9A; }
span { border-color: rgb(205,124,154); }
td.TdClassName
{
border-color: #CD7C9A;
}
.TagClassName
{
border-color: #CD7C9A;
}
</style>