Shades of Puce #CD889B
Tints of Puce #CD889B
RGB
CMYK
RGB Variations
Color information
#CD889B (or 0xCD889B) is known color: Puce. HEX triplet: CD, 88 and 9B. RGB value is (205,136,155). Sum of RGB (Red+Green+Blue) = 205+136+155=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889B is #327764. Grayscale: #9E9E9E. Windows color (decimal): -3307365 or 10193101. OLE color: 10193101.
HSL color Cylindrical-coordinate representation of color #CD889B: hue angle of 343.48º 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 #CD889B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 155 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.20 |
| HSL | 343.48º | 0.41% | 0.67% | - |
| HSV(B) | 343.48º | 0.34% | 0.8% | - |
| XYZ | 39.9 | 32.95 | 35.27 | - |
| YUV | 158.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 155 | 0 | 0.34 | 0.24 | 0.20 | 343.48 | 0.41 | 0.67 |
| Hex | CD | 88 | 9B | 0 | 22 | 18 | 14 | 157 | 29 | 43 |
| Octal | 315 | 210 | 233 | 0 | 42 | 30 | 24 | 527 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10011011 | 0 | 100010 | 11000 | 10100 | 101010111 | 101001 | 1000011 |
Color Harmonies of #CD889B
Complementary color
Monochromatic Colors of #CD889B
Black with #CD889B
Text Example
Text Example
White with #CD889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD889B; }
p { color: rgb(205,136,155); }
H1.HeaderClassName
{
color: #CD889B;
}
.AnyTagClassName
{
color: #CD889B;
}
</style>
background-color css
<style>
a { background-color: #CD889B; }
a { background-color: rgb(205,136,155); }
div.DivClassName
{
background-color: #CD889B;
}
.BgClassName
{
background-color: #CD889B;
}
</style>
border-color css
<style>
span { border-color: #CD889B; }
span { border-color: rgb(205,136,155); }
td.TdClassName
{
border-color: #CD889B;
}
.TagClassName
{
border-color: #CD889B;
}
</style>