Shades of Puce #CD8A90
Tints of Puce #CD8A90
RGB
CMYK
RGB Variations
Color information
#CD8A90 (or 0xCD8A90) is known color: Puce. HEX triplet: CD, 8A and 90. RGB value is (205,138,144). Sum of RGB (Red+Green+Blue) = 205+138+144=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A90 is #32756F. Grayscale: #9E9E9E. Windows color (decimal): -3306864 or 9472717. OLE color: 9472717.
HSL color Cylindrical-coordinate representation of color #CD8A90: hue angle of 354.63º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8A90 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 144 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.20 |
| HSL | 354.63º | 0.4% | 0.67% | - |
| HSV(B) | 354.63º | 0.33% | 0.8% | - |
| XYZ | 39.3 | 33.17 | 30.72 | - |
| YUV | 158.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 144 | 0 | 0.33 | 0.30 | 0.20 | 354.63 | 0.4 | 0.67 |
| Hex | CD | 8A | 90 | 0 | 21 | 1E | 14 | 163 | 28 | 43 |
| Octal | 315 | 212 | 220 | 0 | 41 | 36 | 24 | 543 | 50 | 103 |
| Binary | 11001101 | 10001010 | 10010000 | 0 | 100001 | 11110 | 10100 | 101100011 | 101000 | 1000011 |
Color Harmonies of #CD8A90
Complementary color
Monochromatic Colors of #CD8A90
Black with #CD8A90
Text Example
Text Example
White with #CD8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A90; }
p { color: rgb(205,138,144); }
H1.HeaderClassName
{
color: #CD8A90;
}
.AnyTagClassName
{
color: #CD8A90;
}
</style>
background-color css
<style>
a { background-color: #CD8A90; }
a { background-color: rgb(205,138,144); }
div.DivClassName
{
background-color: #CD8A90;
}
.BgClassName
{
background-color: #CD8A90;
}
</style>
border-color css
<style>
span { border-color: #CD8A90; }
span { border-color: rgb(205,138,144); }
td.TdClassName
{
border-color: #CD8A90;
}
.TagClassName
{
border-color: #CD8A90;
}
</style>