Shades of Puce #CA7F9E
Tints of Puce #CA7F9E
RGB
CMYK
RGB Variations
Color information
#CA7F9E (or 0xCA7F9E) is known color: Puce. HEX triplet: CA, 7F and 9E. RGB value is (202,127,158). Sum of RGB (Red+Green+Blue) = 202+127+158=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F9E is #358061. Grayscale: #989898. Windows color (decimal): -3506274 or 10387402. OLE color: 10387402.
HSL color Cylindrical-coordinate representation of color #CA7F9E: hue angle of 335.2º 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 #CA7F9E is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 158 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.21 |
| HSL | 335.2º | 0.41% | 0.65% | - |
| HSV(B) | 335.2º | 0.37% | 0.79% | - |
| XYZ | 38.12 | 30.2 | 36.17 | - |
| YUV | 152.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 158 | 0 | 0.37 | 0.22 | 0.21 | 335.2 | 0.41 | 0.65 |
| Hex | CA | 7F | 9E | 0 | 25 | 16 | 15 | 14F | 29 | 41 |
| Octal | 312 | 177 | 236 | 0 | 45 | 26 | 25 | 517 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10011110 | 0 | 100101 | 10110 | 10101 | 101001111 | 101001 | 1000001 |
Color Harmonies of #CA7F9E
Complementary color
Monochromatic Colors of #CA7F9E
Black with #CA7F9E
Text Example
Text Example
White with #CA7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F9E; }
p { color: rgb(202,127,158); }
H1.HeaderClassName
{
color: #CA7F9E;
}
.AnyTagClassName
{
color: #CA7F9E;
}
</style>
background-color css
<style>
a { background-color: #CA7F9E; }
a { background-color: rgb(202,127,158); }
div.DivClassName
{
background-color: #CA7F9E;
}
.BgClassName
{
background-color: #CA7F9E;
}
</style>
border-color css
<style>
span { border-color: #CA7F9E; }
span { border-color: rgb(202,127,158); }
td.TdClassName
{
border-color: #CA7F9E;
}
.TagClassName
{
border-color: #CA7F9E;
}
</style>