Shades of Puce #CA7F98
Tints of Puce #CA7F98
RGB
CMYK
RGB Variations
Color information
#CA7F98 (or 0xCA7F98) is known color: Puce. HEX triplet: CA, 7F and 98. RGB value is (202,127,152). Sum of RGB (Red+Green+Blue) = 202+127+152=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F98 is #358067. Grayscale: #989898. Windows color (decimal): -3506280 or 9994186. OLE color: 9994186.
HSL color Cylindrical-coordinate representation of color #CA7F98: hue angle of 340º 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 #CA7F98 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 152 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.21 |
| HSL | 340º | 0.41% | 0.65% | - |
| HSV(B) | 340º | 0.37% | 0.79% | - |
| XYZ | 37.61 | 30 | 33.51 | - |
| YUV | 152.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 152 | 0 | 0.37 | 0.25 | 0.21 | 340 | 0.41 | 0.65 |
| Hex | CA | 7F | 98 | 0 | 25 | 19 | 15 | 154 | 29 | 41 |
| Octal | 312 | 177 | 230 | 0 | 45 | 31 | 25 | 524 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10011000 | 0 | 100101 | 11001 | 10101 | 101010100 | 101001 | 1000001 |
Color Harmonies of #CA7F98
Complementary color
Monochromatic Colors of #CA7F98
Black with #CA7F98
Text Example
Text Example
White with #CA7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F98; }
p { color: rgb(202,127,152); }
H1.HeaderClassName
{
color: #CA7F98;
}
.AnyTagClassName
{
color: #CA7F98;
}
</style>
background-color css
<style>
a { background-color: #CA7F98; }
a { background-color: rgb(202,127,152); }
div.DivClassName
{
background-color: #CA7F98;
}
.BgClassName
{
background-color: #CA7F98;
}
</style>
border-color css
<style>
span { border-color: #CA7F98; }
span { border-color: rgb(202,127,152); }
td.TdClassName
{
border-color: #CA7F98;
}
.TagClassName
{
border-color: #CA7F98;
}
</style>