Shades of Puce #CA8C9A
Tints of Puce #CA8C9A
RGB
CMYK
RGB Variations
Color information
#CA8C9A (or 0xCA8C9A) is known color: Puce. HEX triplet: CA, 8C and 9A. RGB value is (202,140,154). Sum of RGB (Red+Green+Blue) = 202+140+154=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C9A is #357365. Grayscale: #A0A0A0. Windows color (decimal): -3502950 or 10128586. OLE color: 10128586.
HSL color Cylindrical-coordinate representation of color #CA8C9A: hue angle of 346.45º 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 #CA8C9A is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 154 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.21 |
| HSL | 346.45º | 0.37% | 0.67% | - |
| HSV(B) | 346.45º | 0.31% | 0.79% | - |
| XYZ | 39.57 | 33.65 | 34.98 | - |
| YUV | 160.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 154 | 0 | 0.31 | 0.24 | 0.21 | 346.45 | 0.37 | 0.67 |
| Hex | CA | 8C | 9A | 0 | 1F | 18 | 15 | 15A | 25 | 43 |
| Octal | 312 | 214 | 232 | 0 | 37 | 30 | 25 | 532 | 45 | 103 |
| Binary | 11001010 | 10001100 | 10011010 | 0 | 11111 | 11000 | 10101 | 101011010 | 100101 | 1000011 |
Color Harmonies of #CA8C9A
Complementary color
Monochromatic Colors of #CA8C9A
Black with #CA8C9A
Text Example
Text Example
White with #CA8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C9A; }
p { color: rgb(202,140,154); }
H1.HeaderClassName
{
color: #CA8C9A;
}
.AnyTagClassName
{
color: #CA8C9A;
}
</style>
background-color css
<style>
a { background-color: #CA8C9A; }
a { background-color: rgb(202,140,154); }
div.DivClassName
{
background-color: #CA8C9A;
}
.BgClassName
{
background-color: #CA8C9A;
}
</style>
border-color css
<style>
span { border-color: #CA8C9A; }
span { border-color: rgb(202,140,154); }
td.TdClassName
{
border-color: #CA8C9A;
}
.TagClassName
{
border-color: #CA8C9A;
}
</style>