Shades of Puce #CA869C
Tints of Puce #CA869C
RGB
CMYK
RGB Variations
Color information
#CA869C (or 0xCA869C) is known color: Puce. HEX triplet: CA, 86 and 9C. RGB value is (202,134,156). Sum of RGB (Red+Green+Blue) = 202+134+156=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA869C is #357963. Grayscale: #9C9C9C. Windows color (decimal): -3504484 or 10258122. OLE color: 10258122.
HSL color Cylindrical-coordinate representation of color #CA869C: hue angle of 340.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA869C is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 156 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.21 |
| HSL | 340.59º | 0.39% | 0.66% | - |
| HSV(B) | 340.59º | 0.34% | 0.79% | - |
| XYZ | 38.88 | 32.01 | 35.58 | - |
| YUV | 156.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 156 | 0 | 0.34 | 0.23 | 0.21 | 340.59 | 0.39 | 0.66 |
| Hex | CA | 86 | 9C | 0 | 22 | 17 | 15 | 155 | 27 | 42 |
| Octal | 312 | 206 | 234 | 0 | 42 | 27 | 25 | 525 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10011100 | 0 | 100010 | 10111 | 10101 | 101010101 | 100111 | 1000010 |
Color Harmonies of #CA869C
Complementary color
Monochromatic Colors of #CA869C
Black with #CA869C
Text Example
Text Example
White with #CA869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA869C; }
p { color: rgb(202,134,156); }
H1.HeaderClassName
{
color: #CA869C;
}
.AnyTagClassName
{
color: #CA869C;
}
</style>
background-color css
<style>
a { background-color: #CA869C; }
a { background-color: rgb(202,134,156); }
div.DivClassName
{
background-color: #CA869C;
}
.BgClassName
{
background-color: #CA869C;
}
</style>
border-color css
<style>
span { border-color: #CA869C; }
span { border-color: rgb(202,134,156); }
td.TdClassName
{
border-color: #CA869C;
}
.TagClassName
{
border-color: #CA869C;
}
</style>