Shades of Puce #CA8688
Tints of Puce #CA8688
RGB
CMYK
RGB Variations
Color information
#CA8688 (or 0xCA8688) is known color: Puce. HEX triplet: CA, 86 and 88. RGB value is (202,134,136). Sum of RGB (Red+Green+Blue) = 202+134+136=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8688 is #357977. Grayscale: #9A9A9A. Windows color (decimal): -3504504 or 8947402. OLE color: 8947402.
HSL color Cylindrical-coordinate representation of color #CA8688: hue angle of 358.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8688 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 136 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.21 |
| HSL | 358.24º | 0.39% | 0.66% | - |
| HSV(B) | 358.24º | 0.34% | 0.79% | - |
| XYZ | 37.33 | 31.38 | 27.38 | - |
| YUV | 154.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 136 | 0 | 0.34 | 0.33 | 0.21 | 358.24 | 0.39 | 0.66 |
| Hex | CA | 86 | 88 | 0 | 22 | 21 | 15 | 166 | 27 | 42 |
| Octal | 312 | 206 | 210 | 0 | 42 | 41 | 25 | 546 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10001000 | 0 | 100010 | 100001 | 10101 | 101100110 | 100111 | 1000010 |
Color Harmonies of #CA8688
Complementary color
Monochromatic Colors of #CA8688
Black with #CA8688
Text Example
Text Example
White with #CA8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8688; }
p { color: rgb(202,134,136); }
H1.HeaderClassName
{
color: #CA8688;
}
.AnyTagClassName
{
color: #CA8688;
}
</style>
background-color css
<style>
a { background-color: #CA8688; }
a { background-color: rgb(202,134,136); }
div.DivClassName
{
background-color: #CA8688;
}
.BgClassName
{
background-color: #CA8688;
}
</style>
border-color css
<style>
span { border-color: #CA8688; }
span { border-color: rgb(202,134,136); }
td.TdClassName
{
border-color: #CA8688;
}
.TagClassName
{
border-color: #CA8688;
}
</style>