Shades of Puce #CA8A8B
Tints of Puce #CA8A8B
RGB
CMYK
RGB Variations
Color information
#CA8A8B (or 0xCA8A8B) is known color: Puce. HEX triplet: CA, 8A and 8B. RGB value is (202,138,139). Sum of RGB (Red+Green+Blue) = 202+138+139=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A8B is #357574. Grayscale: #9D9D9D. Windows color (decimal): -3503477 or 9145034. OLE color: 9145034.
HSL color Cylindrical-coordinate representation of color #CA8A8B: hue angle of 359.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 #CA8A8B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 139 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.21 |
| HSL | 359.06º | 0.38% | 0.67% | - |
| HSV(B) | 359.06º | 0.32% | 0.79% | - |
| XYZ | 38.11 | 32.6 | 28.71 | - |
| YUV | 157.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 139 | 0 | 0.32 | 0.31 | 0.21 | 359.06 | 0.38 | 0.67 |
| Hex | CA | 8A | 8B | 0 | 20 | 1F | 15 | 167 | 26 | 43 |
| Octal | 312 | 212 | 213 | 0 | 40 | 37 | 25 | 547 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10001011 | 0 | 100000 | 11111 | 10101 | 101100111 | 100110 | 1000011 |
Color Harmonies of #CA8A8B
Complementary color
Monochromatic Colors of #CA8A8B
Black with #CA8A8B
Text Example
Text Example
White with #CA8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A8B; }
p { color: rgb(202,138,139); }
H1.HeaderClassName
{
color: #CA8A8B;
}
.AnyTagClassName
{
color: #CA8A8B;
}
</style>
background-color css
<style>
a { background-color: #CA8A8B; }
a { background-color: rgb(202,138,139); }
div.DivClassName
{
background-color: #CA8A8B;
}
.BgClassName
{
background-color: #CA8A8B;
}
</style>
border-color css
<style>
span { border-color: #CA8A8B; }
span { border-color: rgb(202,138,139); }
td.TdClassName
{
border-color: #CA8A8B;
}
.TagClassName
{
border-color: #CA8A8B;
}
</style>