Shades of Puce #CA8796
Tints of Puce #CA8796
RGB
CMYK
RGB Variations
Color information
#CA8796 (or 0xCA8796) is known color: Puce. HEX triplet: CA, 87 and 96. RGB value is (202,135,150). Sum of RGB (Red+Green+Blue) = 202+135+150=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8796 is #357869. Grayscale: #9C9C9C. Windows color (decimal): -3504234 or 9865162. OLE color: 9865162.
HSL color Cylindrical-coordinate representation of color #CA8796: hue angle of 346.57º 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 #CA8796 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 150 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.21 |
| HSL | 346.57º | 0.39% | 0.66% | - |
| HSV(B) | 346.57º | 0.33% | 0.79% | - |
| XYZ | 38.53 | 32.09 | 33.02 | - |
| YUV | 156.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 150 | 0 | 0.33 | 0.26 | 0.21 | 346.57 | 0.39 | 0.66 |
| Hex | CA | 87 | 96 | 0 | 21 | 1A | 15 | 15B | 27 | 42 |
| Octal | 312 | 207 | 226 | 0 | 41 | 32 | 25 | 533 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10010110 | 0 | 100001 | 11010 | 10101 | 101011011 | 100111 | 1000010 |
Color Harmonies of #CA8796
Complementary color
Monochromatic Colors of #CA8796
Black with #CA8796
Text Example
Text Example
White with #CA8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8796; }
p { color: rgb(202,135,150); }
H1.HeaderClassName
{
color: #CA8796;
}
.AnyTagClassName
{
color: #CA8796;
}
</style>
background-color css
<style>
a { background-color: #CA8796; }
a { background-color: rgb(202,135,150); }
div.DivClassName
{
background-color: #CA8796;
}
.BgClassName
{
background-color: #CA8796;
}
</style>
border-color css
<style>
span { border-color: #CA8796; }
span { border-color: rgb(202,135,150); }
td.TdClassName
{
border-color: #CA8796;
}
.TagClassName
{
border-color: #CA8796;
}
</style>