Shades of Puce #CA879A
Tints of Puce #CA879A
RGB
CMYK
RGB Variations
Color information
#CA879A (or 0xCA879A) is known color: Puce. HEX triplet: CA, 87 and 9A. RGB value is (202,135,154). Sum of RGB (Red+Green+Blue) = 202+135+154=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA879A is #357865. Grayscale: #9D9D9D. Windows color (decimal): -3504230 or 10127306. OLE color: 10127306.
HSL color Cylindrical-coordinate representation of color #CA879A: hue angle of 342.99º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA879A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 154 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.21 |
| HSL | 342.99º | 0.39% | 0.66% | - |
| HSV(B) | 342.99º | 0.33% | 0.79% | - |
| XYZ | 38.85 | 32.22 | 34.74 | - |
| YUV | 157.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 154 | 0 | 0.33 | 0.24 | 0.21 | 342.99 | 0.39 | 0.66 |
| Hex | CA | 87 | 9A | 0 | 21 | 18 | 15 | 157 | 27 | 42 |
| Octal | 312 | 207 | 232 | 0 | 41 | 30 | 25 | 527 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10011010 | 0 | 100001 | 11000 | 10101 | 101010111 | 100111 | 1000010 |
Color Harmonies of #CA879A
Complementary color
Monochromatic Colors of #CA879A
Black with #CA879A
Text Example
Text Example
White with #CA879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA879A; }
p { color: rgb(202,135,154); }
H1.HeaderClassName
{
color: #CA879A;
}
.AnyTagClassName
{
color: #CA879A;
}
</style>
background-color css
<style>
a { background-color: #CA879A; }
a { background-color: rgb(202,135,154); }
div.DivClassName
{
background-color: #CA879A;
}
.BgClassName
{
background-color: #CA879A;
}
</style>
border-color css
<style>
span { border-color: #CA879A; }
span { border-color: rgb(202,135,154); }
td.TdClassName
{
border-color: #CA879A;
}
.TagClassName
{
border-color: #CA879A;
}
</style>