Shades of Puce #CA8191
Tints of Puce #CA8191
RGB
CMYK
RGB Variations
Color information
#CA8191 (or 0xCA8191) is known color: Puce. HEX triplet: CA, 81 and 91. RGB value is (202,129,145). Sum of RGB (Red+Green+Blue) = 202+129+145=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8191 is #357E6E. Grayscale: #989898. Windows color (decimal): -3505775 or 9535946. OLE color: 9535946.
HSL color Cylindrical-coordinate representation of color #CA8191: hue angle of 346.85º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8191 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 145 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.21 |
| HSL | 346.85º | 0.41% | 0.65% | - |
| HSV(B) | 346.85º | 0.36% | 0.79% | - |
| XYZ | 37.32 | 30.3 | 30.67 | - |
| YUV | 152.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 145 | 0 | 0.36 | 0.28 | 0.21 | 346.85 | 0.41 | 0.65 |
| Hex | CA | 81 | 91 | 0 | 24 | 1C | 15 | 15B | 29 | 41 |
| Octal | 312 | 201 | 221 | 0 | 44 | 34 | 25 | 533 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10010001 | 0 | 100100 | 11100 | 10101 | 101011011 | 101001 | 1000001 |
Color Harmonies of #CA8191
Complementary color
Monochromatic Colors of #CA8191
Black with #CA8191
Text Example
Text Example
White with #CA8191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8191; }
p { color: rgb(202,129,145); }
H1.HeaderClassName
{
color: #CA8191;
}
.AnyTagClassName
{
color: #CA8191;
}
</style>
background-color css
<style>
a { background-color: #CA8191; }
a { background-color: rgb(202,129,145); }
div.DivClassName
{
background-color: #CA8191;
}
.BgClassName
{
background-color: #CA8191;
}
</style>
border-color css
<style>
span { border-color: #CA8191; }
span { border-color: rgb(202,129,145); }
td.TdClassName
{
border-color: #CA8191;
}
.TagClassName
{
border-color: #CA8191;
}
</style>