Shades of Puce #CA8B9B
Tints of Puce #CA8B9B
RGB
CMYK
RGB Variations
Color information
#CA8B9B (or 0xCA8B9B) is known color: Puce. HEX triplet: CA, 8B and 9B. RGB value is (202,139,155). Sum of RGB (Red+Green+Blue) = 202+139+155=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B9B is #357464. Grayscale: #9F9F9F. Windows color (decimal): -3503205 or 10193866. OLE color: 10193866.
HSL color Cylindrical-coordinate representation of color #CA8B9B: hue angle of 344.76º 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 #CA8B9B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 155 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.21 |
| HSL | 344.76º | 0.37% | 0.67% | - |
| HSV(B) | 344.76º | 0.31% | 0.79% | - |
| XYZ | 39.51 | 33.39 | 35.37 | - |
| YUV | 159.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 155 | 0 | 0.31 | 0.23 | 0.21 | 344.76 | 0.37 | 0.67 |
| Hex | CA | 8B | 9B | 0 | 1F | 17 | 15 | 159 | 25 | 43 |
| Octal | 312 | 213 | 233 | 0 | 37 | 27 | 25 | 531 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10011011 | 0 | 11111 | 10111 | 10101 | 101011001 | 100101 | 1000011 |
Color Harmonies of #CA8B9B
Complementary color
Monochromatic Colors of #CA8B9B
Black with #CA8B9B
Text Example
Text Example
White with #CA8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B9B; }
p { color: rgb(202,139,155); }
H1.HeaderClassName
{
color: #CA8B9B;
}
.AnyTagClassName
{
color: #CA8B9B;
}
</style>
background-color css
<style>
a { background-color: #CA8B9B; }
a { background-color: rgb(202,139,155); }
div.DivClassName
{
background-color: #CA8B9B;
}
.BgClassName
{
background-color: #CA8B9B;
}
</style>
border-color css
<style>
span { border-color: #CA8B9B; }
span { border-color: rgb(202,139,155); }
td.TdClassName
{
border-color: #CA8B9B;
}
.TagClassName
{
border-color: #CA8B9B;
}
</style>