Shades of Puce #CD849E
Tints of Puce #CD849E
RGB
CMYK
RGB Variations
Color information
#CD849E (or 0xCD849E) is known color: Puce. HEX triplet: CD, 84 and 9E. RGB value is (205,132,158). Sum of RGB (Red+Green+Blue) = 205+132+158=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD849E is #327B61. Grayscale: #9C9C9C. Windows color (decimal): -3308386 or 10388685. OLE color: 10388685.
HSL color Cylindrical-coordinate representation of color #CD849E: hue angle of 338.63º 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 #CD849E is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 158 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.20 |
| HSL | 338.63º | 0.42% | 0.66% | - |
| HSV(B) | 338.63º | 0.36% | 0.8% | - |
| XYZ | 39.6 | 31.95 | 36.43 | - |
| YUV | 156.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 158 | 0 | 0.36 | 0.23 | 0.20 | 338.63 | 0.42 | 0.66 |
| Hex | CD | 84 | 9E | 0 | 24 | 17 | 14 | 153 | 2A | 42 |
| Octal | 315 | 204 | 236 | 0 | 44 | 27 | 24 | 523 | 52 | 102 |
| Binary | 11001101 | 10000100 | 10011110 | 0 | 100100 | 10111 | 10100 | 101010011 | 101010 | 1000010 |
Color Harmonies of #CD849E
Complementary color
Monochromatic Colors of #CD849E
Black with #CD849E
Text Example
Text Example
White with #CD849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD849E; }
p { color: rgb(205,132,158); }
H1.HeaderClassName
{
color: #CD849E;
}
.AnyTagClassName
{
color: #CD849E;
}
</style>
background-color css
<style>
a { background-color: #CD849E; }
a { background-color: rgb(205,132,158); }
div.DivClassName
{
background-color: #CD849E;
}
.BgClassName
{
background-color: #CD849E;
}
</style>
border-color css
<style>
span { border-color: #CD849E; }
span { border-color: rgb(205,132,158); }
td.TdClassName
{
border-color: #CD849E;
}
.TagClassName
{
border-color: #CD849E;
}
</style>