Shades of Puce #CD849A
Tints of Puce #CD849A
RGB
CMYK
RGB Variations
Color information
#CD849A (or 0xCD849A) is known color: Puce. HEX triplet: CD, 84 and 9A. RGB value is (205,132,154). Sum of RGB (Red+Green+Blue) = 205+132+154=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD849A is #327B65. Grayscale: #9C9C9C. Windows color (decimal): -3308390 or 10126541. OLE color: 10126541.
HSL color Cylindrical-coordinate representation of color #CD849A: hue angle of 341.92º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD849A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 154 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.20 |
| HSL | 341.92º | 0.42% | 0.66% | - |
| HSV(B) | 341.92º | 0.36% | 0.8% | - |
| XYZ | 39.26 | 31.81 | 34.64 | - |
| YUV | 156.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 154 | 0 | 0.36 | 0.25 | 0.20 | 341.92 | 0.42 | 0.66 |
| Hex | CD | 84 | 9A | 0 | 24 | 19 | 14 | 156 | 2A | 42 |
| Octal | 315 | 204 | 232 | 0 | 44 | 31 | 24 | 526 | 52 | 102 |
| Binary | 11001101 | 10000100 | 10011010 | 0 | 100100 | 11001 | 10100 | 101010110 | 101010 | 1000010 |
Color Harmonies of #CD849A
Complementary color
Monochromatic Colors of #CD849A
Black with #CD849A
Text Example
Text Example
White with #CD849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD849A; }
p { color: rgb(205,132,154); }
H1.HeaderClassName
{
color: #CD849A;
}
.AnyTagClassName
{
color: #CD849A;
}
</style>
background-color css
<style>
a { background-color: #CD849A; }
a { background-color: rgb(205,132,154); }
div.DivClassName
{
background-color: #CD849A;
}
.BgClassName
{
background-color: #CD849A;
}
</style>
border-color css
<style>
span { border-color: #CD849A; }
span { border-color: rgb(205,132,154); }
td.TdClassName
{
border-color: #CD849A;
}
.TagClassName
{
border-color: #CD849A;
}
</style>