Shades of Puce #CD839A
Tints of Puce #CD839A
RGB
CMYK
RGB Variations
Color information
#CD839A (or 0xCD839A) is known color: Puce. HEX triplet: CD, 83 and 9A. RGB value is (205,131,154). Sum of RGB (Red+Green+Blue) = 205+131+154=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD839A is #327C65. Grayscale: #9B9B9B. Windows color (decimal): -3308646 or 10126285. OLE color: 10126285.
HSL color Cylindrical-coordinate representation of color #CD839A: hue angle of 341.35º degrees, saturation: 0.43, 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 #CD839A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 154 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.20 |
| HSL | 341.35º | 0.43% | 0.66% | - |
| HSV(B) | 341.35º | 0.36% | 0.8% | - |
| XYZ | 39.13 | 31.54 | 34.6 | - |
| YUV | 155.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 154 | 0 | 0.36 | 0.25 | 0.20 | 341.35 | 0.43 | 0.66 |
| Hex | CD | 83 | 9A | 0 | 24 | 19 | 14 | 155 | 2B | 42 |
| Octal | 315 | 203 | 232 | 0 | 44 | 31 | 24 | 525 | 53 | 102 |
| Binary | 11001101 | 10000011 | 10011010 | 0 | 100100 | 11001 | 10100 | 101010101 | 101011 | 1000010 |
Color Harmonies of #CD839A
Complementary color
Monochromatic Colors of #CD839A
Black with #CD839A
Text Example
Text Example
White with #CD839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD839A; }
p { color: rgb(205,131,154); }
H1.HeaderClassName
{
color: #CD839A;
}
.AnyTagClassName
{
color: #CD839A;
}
</style>
background-color css
<style>
a { background-color: #CD839A; }
a { background-color: rgb(205,131,154); }
div.DivClassName
{
background-color: #CD839A;
}
.BgClassName
{
background-color: #CD839A;
}
</style>
border-color css
<style>
span { border-color: #CD839A; }
span { border-color: rgb(205,131,154); }
td.TdClassName
{
border-color: #CD839A;
}
.TagClassName
{
border-color: #CD839A;
}
</style>