Shades of Puce #CA8789
Tints of Puce #CA8789
RGB
CMYK
RGB Variations
Color information
#CA8789 (or 0xCA8789) is known color: Puce. HEX triplet: CA, 87 and 89. RGB value is (202,135,137). Sum of RGB (Red+Green+Blue) = 202+135+137=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8789 is #357876. Grayscale: #9B9B9B. Windows color (decimal): -3504247 or 9013194. OLE color: 9013194.
HSL color Cylindrical-coordinate representation of color #CA8789: hue angle of 358.21º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8789 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 137 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.21 |
| HSL | 358.21º | 0.39% | 0.66% | - |
| HSV(B) | 358.21º | 0.33% | 0.79% | - |
| XYZ | 37.54 | 31.69 | 27.81 | - |
| YUV | 155.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 137 | 0 | 0.33 | 0.32 | 0.21 | 358.21 | 0.39 | 0.66 |
| Hex | CA | 87 | 89 | 0 | 21 | 20 | 15 | 166 | 27 | 42 |
| Octal | 312 | 207 | 211 | 0 | 41 | 40 | 25 | 546 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10001001 | 0 | 100001 | 100000 | 10101 | 101100110 | 100111 | 1000010 |
Color Harmonies of #CA8789
Complementary color
Monochromatic Colors of #CA8789
Black with #CA8789
Text Example
Text Example
White with #CA8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8789; }
p { color: rgb(202,135,137); }
H1.HeaderClassName
{
color: #CA8789;
}
.AnyTagClassName
{
color: #CA8789;
}
</style>
background-color css
<style>
a { background-color: #CA8789; }
a { background-color: rgb(202,135,137); }
div.DivClassName
{
background-color: #CA8789;
}
.BgClassName
{
background-color: #CA8789;
}
</style>
border-color css
<style>
span { border-color: #CA8789; }
span { border-color: rgb(202,135,137); }
td.TdClassName
{
border-color: #CA8789;
}
.TagClassName
{
border-color: #CA8789;
}
</style>