Shades of Puce #CD83A8
Tints of Puce #CD83A8
RGB
CMYK
RGB Variations
Color information
#CD83A8 (or 0xCD83A8) is known color: Puce. HEX triplet: CD, 83 and A8. RGB value is (205,131,168). Sum of RGB (Red+Green+Blue) = 205+131+168=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD83A8 is #327C57. Grayscale: #9D9D9D. Windows color (decimal): -3308632 or 11043789. OLE color: 11043789.
HSL color Cylindrical-coordinate representation of color #CD83A8: hue angle of 330º 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 #CD83A8 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 168 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.20 |
| HSL | 330º | 0.43% | 0.66% | - |
| HSV(B) | 330º | 0.36% | 0.8% | - |
| XYZ | 40.36 | 32.04 | 41.1 | - |
| YUV | 157.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 168 | 0 | 0.36 | 0.18 | 0.20 | 330 | 0.43 | 0.66 |
| Hex | CD | 83 | A8 | 0 | 24 | 12 | 14 | 14A | 2B | 42 |
| Octal | 315 | 203 | 250 | 0 | 44 | 22 | 24 | 512 | 53 | 102 |
| Binary | 11001101 | 10000011 | 10101000 | 0 | 100100 | 10010 | 10100 | 101001010 | 101011 | 1000010 |
Color Harmonies of #CD83A8
Complementary color
Monochromatic Colors of #CD83A8
Black with #CD83A8
Text Example
Text Example
White with #CD83A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD83A8; }
p { color: rgb(205,131,168); }
H1.HeaderClassName
{
color: #CD83A8;
}
.AnyTagClassName
{
color: #CD83A8;
}
</style>
background-color css
<style>
a { background-color: #CD83A8; }
a { background-color: rgb(205,131,168); }
div.DivClassName
{
background-color: #CD83A8;
}
.BgClassName
{
background-color: #CD83A8;
}
</style>
border-color css
<style>
span { border-color: #CD83A8; }
span { border-color: rgb(205,131,168); }
td.TdClassName
{
border-color: #CD83A8;
}
.TagClassName
{
border-color: #CD83A8;
}
</style>