Shades of Puce #CA7F9F
Tints of Puce #CA7F9F
RGB
CMYK
RGB Variations
Color information
#CA7F9F (or 0xCA7F9F) is known color: Puce. HEX triplet: CA, 7F and 9F. RGB value is (202,127,159). Sum of RGB (Red+Green+Blue) = 202+127+159=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F9F is #358060. Grayscale: #999999. Windows color (decimal): -3506273 or 10452938. OLE color: 10452938.
HSL color Cylindrical-coordinate representation of color #CA7F9F: hue angle of 334.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F9F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 159 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.21 |
| HSL | 334.4º | 0.41% | 0.65% | - |
| HSV(B) | 334.4º | 0.37% | 0.79% | - |
| XYZ | 38.2 | 30.24 | 36.62 | - |
| YUV | 153.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 159 | 0 | 0.37 | 0.21 | 0.21 | 334.4 | 0.41 | 0.65 |
| Hex | CA | 7F | 9F | 0 | 25 | 15 | 15 | 14E | 29 | 41 |
| Octal | 312 | 177 | 237 | 0 | 45 | 25 | 25 | 516 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10011111 | 0 | 100101 | 10101 | 10101 | 101001110 | 101001 | 1000001 |
Color Harmonies of #CA7F9F
Complementary color
Monochromatic Colors of #CA7F9F
Black with #CA7F9F
Text Example
Text Example
White with #CA7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F9F; }
p { color: rgb(202,127,159); }
H1.HeaderClassName
{
color: #CA7F9F;
}
.AnyTagClassName
{
color: #CA7F9F;
}
</style>
background-color css
<style>
a { background-color: #CA7F9F; }
a { background-color: rgb(202,127,159); }
div.DivClassName
{
background-color: #CA7F9F;
}
.BgClassName
{
background-color: #CA7F9F;
}
</style>
border-color css
<style>
span { border-color: #CA7F9F; }
span { border-color: rgb(202,127,159); }
td.TdClassName
{
border-color: #CA7F9F;
}
.TagClassName
{
border-color: #CA7F9F;
}
</style>