Shades of Puce #CA8B95
Tints of Puce #CA8B95
RGB
CMYK
RGB Variations
Color information
#CA8B95 (or 0xCA8B95) is known color: Puce. HEX triplet: CA, 8B and 95. RGB value is (202,139,149). Sum of RGB (Red+Green+Blue) = 202+139+149=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B95 is #35746A. Grayscale: #9F9F9F. Windows color (decimal): -3503211 or 9800650. OLE color: 9800650.
HSL color Cylindrical-coordinate representation of color #CA8B95: hue angle of 350.48º 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 #CA8B95 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 149 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.21 |
| HSL | 350.48º | 0.37% | 0.67% | - |
| HSV(B) | 350.48º | 0.31% | 0.79% | - |
| XYZ | 39.01 | 33.19 | 32.78 | - |
| YUV | 158.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 149 | 0 | 0.31 | 0.26 | 0.21 | 350.48 | 0.37 | 0.67 |
| Hex | CA | 8B | 95 | 0 | 1F | 1A | 15 | 15E | 25 | 43 |
| Octal | 312 | 213 | 225 | 0 | 37 | 32 | 25 | 536 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10010101 | 0 | 11111 | 11010 | 10101 | 101011110 | 100101 | 1000011 |
Color Harmonies of #CA8B95
Complementary color
Monochromatic Colors of #CA8B95
Black with #CA8B95
Text Example
Text Example
White with #CA8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B95; }
p { color: rgb(202,139,149); }
H1.HeaderClassName
{
color: #CA8B95;
}
.AnyTagClassName
{
color: #CA8B95;
}
</style>
background-color css
<style>
a { background-color: #CA8B95; }
a { background-color: rgb(202,139,149); }
div.DivClassName
{
background-color: #CA8B95;
}
.BgClassName
{
background-color: #CA8B95;
}
</style>
border-color css
<style>
span { border-color: #CA8B95; }
span { border-color: rgb(202,139,149); }
td.TdClassName
{
border-color: #CA8B95;
}
.TagClassName
{
border-color: #CA8B95;
}
</style>