Shades of Puce #CA8A9B
Tints of Puce #CA8A9B
RGB
CMYK
RGB Variations
Color information
#CA8A9B (or 0xCA8A9B) is known color: Puce. HEX triplet: CA, 8A and 9B. RGB value is (202,138,155). Sum of RGB (Red+Green+Blue) = 202+138+155=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A9B is #357564. Grayscale: #9F9F9F. Windows color (decimal): -3503461 or 10193610. OLE color: 10193610.
HSL color Cylindrical-coordinate representation of color #CA8A9B: hue angle of 344.06º 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 #CA8A9B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 155 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.21 |
| HSL | 344.06º | 0.38% | 0.67% | - |
| HSV(B) | 344.06º | 0.32% | 0.79% | - |
| XYZ | 39.36 | 33.1 | 35.32 | - |
| YUV | 159.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 155 | 0 | 0.32 | 0.23 | 0.21 | 344.06 | 0.38 | 0.67 |
| Hex | CA | 8A | 9B | 0 | 20 | 17 | 15 | 158 | 26 | 43 |
| Octal | 312 | 212 | 233 | 0 | 40 | 27 | 25 | 530 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10011011 | 0 | 100000 | 10111 | 10101 | 101011000 | 100110 | 1000011 |
Color Harmonies of #CA8A9B
Complementary color
Monochromatic Colors of #CA8A9B
Black with #CA8A9B
Text Example
Text Example
White with #CA8A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A9B; }
p { color: rgb(202,138,155); }
H1.HeaderClassName
{
color: #CA8A9B;
}
.AnyTagClassName
{
color: #CA8A9B;
}
</style>
background-color css
<style>
a { background-color: #CA8A9B; }
a { background-color: rgb(202,138,155); }
div.DivClassName
{
background-color: #CA8A9B;
}
.BgClassName
{
background-color: #CA8A9B;
}
</style>
border-color css
<style>
span { border-color: #CA8A9B; }
span { border-color: rgb(202,138,155); }
td.TdClassName
{
border-color: #CA8A9B;
}
.TagClassName
{
border-color: #CA8A9B;
}
</style>