Shades of Puce #CD888A
Tints of Puce #CD888A
RGB
CMYK
RGB Variations
Color information
#CD888A (or 0xCD888A) is known color: Puce. HEX triplet: CD, 88 and 8A. RGB value is (205,136,138). Sum of RGB (Red+Green+Blue) = 205+136+138=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD888A is #327775. Grayscale: #9C9C9C. Windows color (decimal): -3307382 or 9078989. OLE color: 9078989.
HSL color Cylindrical-coordinate representation of color #CD888A: hue angle of 358.26º 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 #CD888A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 138 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.20 |
| HSL | 358.26º | 0.41% | 0.67% | - |
| HSV(B) | 358.26º | 0.34% | 0.8% | - |
| XYZ | 38.57 | 32.42 | 28.27 | - |
| YUV | 156.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 138 | 0 | 0.34 | 0.33 | 0.20 | 358.26 | 0.41 | 0.67 |
| Hex | CD | 88 | 8A | 0 | 22 | 21 | 14 | 166 | 29 | 43 |
| Octal | 315 | 210 | 212 | 0 | 42 | 41 | 24 | 546 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10001010 | 0 | 100010 | 100001 | 10100 | 101100110 | 101001 | 1000011 |
Color Harmonies of #CD888A
Complementary color
Monochromatic Colors of #CD888A
Black with #CD888A
Text Example
Text Example
White with #CD888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD888A; }
p { color: rgb(205,136,138); }
H1.HeaderClassName
{
color: #CD888A;
}
.AnyTagClassName
{
color: #CD888A;
}
</style>
background-color css
<style>
a { background-color: #CD888A; }
a { background-color: rgb(205,136,138); }
div.DivClassName
{
background-color: #CD888A;
}
.BgClassName
{
background-color: #CD888A;
}
</style>
border-color css
<style>
span { border-color: #CD888A; }
span { border-color: rgb(205,136,138); }
td.TdClassName
{
border-color: #CD888A;
}
.TagClassName
{
border-color: #CD888A;
}
</style>