Shades of Puce #CA8A97
Tints of Puce #CA8A97
RGB
CMYK
RGB Variations
Color information
#CA8A97 (or 0xCA8A97) is known color: Puce. HEX triplet: CA, 8A and 97. RGB value is (202,138,151). Sum of RGB (Red+Green+Blue) = 202+138+151=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A97 is #357568. Grayscale: #9E9E9E. Windows color (decimal): -3503465 or 9931466. OLE color: 9931466.
HSL color Cylindrical-coordinate representation of color #CA8A97: hue angle of 347.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8A97 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 151 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.21 |
| HSL | 347.81º | 0.38% | 0.67% | - |
| HSV(B) | 347.81º | 0.32% | 0.79% | - |
| XYZ | 39.03 | 32.97 | 33.58 | - |
| YUV | 158.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 151 | 0 | 0.32 | 0.25 | 0.21 | 347.81 | 0.38 | 0.67 |
| Hex | CA | 8A | 97 | 0 | 20 | 19 | 15 | 15C | 26 | 43 |
| Octal | 312 | 212 | 227 | 0 | 40 | 31 | 25 | 534 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10010111 | 0 | 100000 | 11001 | 10101 | 101011100 | 100110 | 1000011 |
Color Harmonies of #CA8A97
Complementary color
Monochromatic Colors of #CA8A97
Black with #CA8A97
Text Example
Text Example
White with #CA8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A97; }
p { color: rgb(202,138,151); }
H1.HeaderClassName
{
color: #CA8A97;
}
.AnyTagClassName
{
color: #CA8A97;
}
</style>
background-color css
<style>
a { background-color: #CA8A97; }
a { background-color: rgb(202,138,151); }
div.DivClassName
{
background-color: #CA8A97;
}
.BgClassName
{
background-color: #CA8A97;
}
</style>
border-color css
<style>
span { border-color: #CA8A97; }
span { border-color: rgb(202,138,151); }
td.TdClassName
{
border-color: #CA8A97;
}
.TagClassName
{
border-color: #CA8A97;
}
</style>