Shades of Puce #CD889A
Tints of Puce #CD889A
RGB
CMYK
RGB Variations
Color information
#CD889A (or 0xCD889A) is known color: Puce. HEX triplet: CD, 88 and 9A. RGB value is (205,136,154). Sum of RGB (Red+Green+Blue) = 205+136+154=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889A is #327765. Grayscale: #9E9E9E. Windows color (decimal): -3307366 or 10127565. OLE color: 10127565.
HSL color Cylindrical-coordinate representation of color #CD889A: hue angle of 344.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD889A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 154 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.20 |
| HSL | 344.35º | 0.41% | 0.67% | - |
| HSV(B) | 344.35º | 0.34% | 0.8% | - |
| XYZ | 39.81 | 32.92 | 34.83 | - |
| YUV | 158.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 154 | 0 | 0.34 | 0.25 | 0.20 | 344.35 | 0.41 | 0.67 |
| Hex | CD | 88 | 9A | 0 | 22 | 19 | 14 | 158 | 29 | 43 |
| Octal | 315 | 210 | 232 | 0 | 42 | 31 | 24 | 530 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10011010 | 0 | 100010 | 11001 | 10100 | 101011000 | 101001 | 1000011 |
Color Harmonies of #CD889A
Complementary color
Monochromatic Colors of #CD889A
Black with #CD889A
Text Example
Text Example
White with #CD889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD889A; }
p { color: rgb(205,136,154); }
H1.HeaderClassName
{
color: #CD889A;
}
.AnyTagClassName
{
color: #CD889A;
}
</style>
background-color css
<style>
a { background-color: #CD889A; }
a { background-color: rgb(205,136,154); }
div.DivClassName
{
background-color: #CD889A;
}
.BgClassName
{
background-color: #CD889A;
}
</style>
border-color css
<style>
span { border-color: #CD889A; }
span { border-color: rgb(205,136,154); }
td.TdClassName
{
border-color: #CD889A;
}
.TagClassName
{
border-color: #CD889A;
}
</style>