Shades of Puce #CA8B9A
Tints of Puce #CA8B9A
RGB
CMYK
RGB Variations
Color information
#CA8B9A (or 0xCA8B9A) is known color: Puce. HEX triplet: CA, 8B and 9A. RGB value is (202,139,154). Sum of RGB (Red+Green+Blue) = 202+139+154=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B9A is #357465. Grayscale: #9F9F9F. Windows color (decimal): -3503206 or 10128330. OLE color: 10128330.
HSL color Cylindrical-coordinate representation of color #CA8B9A: hue angle of 345.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8B9A is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 154 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.21 |
| HSL | 345.71º | 0.37% | 0.67% | - |
| HSV(B) | 345.71º | 0.31% | 0.79% | - |
| XYZ | 39.42 | 33.35 | 34.93 | - |
| YUV | 159.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 154 | 0 | 0.31 | 0.24 | 0.21 | 345.71 | 0.37 | 0.67 |
| Hex | CA | 8B | 9A | 0 | 1F | 18 | 15 | 15A | 25 | 43 |
| Octal | 312 | 213 | 232 | 0 | 37 | 30 | 25 | 532 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10011010 | 0 | 11111 | 11000 | 10101 | 101011010 | 100101 | 1000011 |
Color Harmonies of #CA8B9A
Complementary color
Monochromatic Colors of #CA8B9A
Black with #CA8B9A
Text Example
Text Example
White with #CA8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B9A; }
p { color: rgb(202,139,154); }
H1.HeaderClassName
{
color: #CA8B9A;
}
.AnyTagClassName
{
color: #CA8B9A;
}
</style>
background-color css
<style>
a { background-color: #CA8B9A; }
a { background-color: rgb(202,139,154); }
div.DivClassName
{
background-color: #CA8B9A;
}
.BgClassName
{
background-color: #CA8B9A;
}
</style>
border-color css
<style>
span { border-color: #CA8B9A; }
span { border-color: rgb(202,139,154); }
td.TdClassName
{
border-color: #CA8B9A;
}
.TagClassName
{
border-color: #CA8B9A;
}
</style>