Shades of Puce #CA879D
Tints of Puce #CA879D
RGB
CMYK
RGB Variations
Color information
#CA879D (or 0xCA879D) is known color: Puce. HEX triplet: CA, 87 and 9D. RGB value is (202,135,157). Sum of RGB (Red+Green+Blue) = 202+135+157=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA879D is #357862. Grayscale: #9D9D9D. Windows color (decimal): -3504227 or 10323914. OLE color: 10323914.
HSL color Cylindrical-coordinate representation of color #CA879D: hue angle of 340.3º 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 #CA879D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 157 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.21 |
| HSL | 340.3º | 0.39% | 0.66% | - |
| HSV(B) | 340.3º | 0.33% | 0.79% | - |
| XYZ | 39.11 | 32.32 | 36.08 | - |
| YUV | 157.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 157 | 0 | 0.33 | 0.22 | 0.21 | 340.3 | 0.39 | 0.66 |
| Hex | CA | 87 | 9D | 0 | 21 | 16 | 15 | 154 | 27 | 42 |
| Octal | 312 | 207 | 235 | 0 | 41 | 26 | 25 | 524 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10011101 | 0 | 100001 | 10110 | 10101 | 101010100 | 100111 | 1000010 |
Color Harmonies of #CA879D
Complementary color
Monochromatic Colors of #CA879D
Black with #CA879D
Text Example
Text Example
White with #CA879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA879D; }
p { color: rgb(202,135,157); }
H1.HeaderClassName
{
color: #CA879D;
}
.AnyTagClassName
{
color: #CA879D;
}
</style>
background-color css
<style>
a { background-color: #CA879D; }
a { background-color: rgb(202,135,157); }
div.DivClassName
{
background-color: #CA879D;
}
.BgClassName
{
background-color: #CA879D;
}
</style>
border-color css
<style>
span { border-color: #CA879D; }
span { border-color: rgb(202,135,157); }
td.TdClassName
{
border-color: #CA879D;
}
.TagClassName
{
border-color: #CA879D;
}
</style>