Shades of Puce #CA8A9C
Tints of Puce #CA8A9C
RGB
CMYK
RGB Variations
Color information
#CA8A9C (or 0xCA8A9C) is known color: Puce. HEX triplet: CA, 8A and 9C. RGB value is (202,138,156). Sum of RGB (Red+Green+Blue) = 202+138+156=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8A9C is #357563. Grayscale: #9F9F9F. Windows color (decimal): -3503460 or 10259146. OLE color: 10259146.
HSL color Cylindrical-coordinate representation of color #CA8A9C: hue angle of 343.12º 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 #CA8A9C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 156 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.21 |
| HSL | 343.13º | 0.38% | 0.67% | - |
| HSV(B) | 343.13º | 0.32% | 0.79% | - |
| XYZ | 39.45 | 33.13 | 35.77 | - |
| YUV | 159.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 156 | 0 | 0.32 | 0.23 | 0.21 | 343.13 | 0.38 | 0.67 |
| Hex | CA | 8A | 9C | 0 | 20 | 17 | 15 | 157 | 26 | 43 |
| Octal | 312 | 212 | 234 | 0 | 40 | 27 | 25 | 527 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10011100 | 0 | 100000 | 10111 | 10101 | 101010111 | 100110 | 1000011 |
Color Harmonies of #CA8A9C
Complementary color
Monochromatic Colors of #CA8A9C
Black with #CA8A9C
Text Example
Text Example
White with #CA8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A9C; }
p { color: rgb(202,138,156); }
H1.HeaderClassName
{
color: #CA8A9C;
}
.AnyTagClassName
{
color: #CA8A9C;
}
</style>
background-color css
<style>
a { background-color: #CA8A9C; }
a { background-color: rgb(202,138,156); }
div.DivClassName
{
background-color: #CA8A9C;
}
.BgClassName
{
background-color: #CA8A9C;
}
</style>
border-color css
<style>
span { border-color: #CA8A9C; }
span { border-color: rgb(202,138,156); }
td.TdClassName
{
border-color: #CA8A9C;
}
.TagClassName
{
border-color: #CA8A9C;
}
</style>