Shades of Puce #CA7F99
Tints of Puce #CA7F99
RGB
CMYK
RGB Variations
Color information
#CA7F99 (or 0xCA7F99) is known color: Puce. HEX triplet: CA, 7F and 99. RGB value is (202,127,153). Sum of RGB (Red+Green+Blue) = 202+127+153=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F99 is #358066. Grayscale: #989898. Windows color (decimal): -3506279 or 10059722. OLE color: 10059722.
HSL color Cylindrical-coordinate representation of color #CA7F99: hue angle of 339.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 #CA7F99 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 153 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.21 |
| HSL | 339.2º | 0.41% | 0.65% | - |
| HSV(B) | 339.2º | 0.37% | 0.79% | - |
| XYZ | 37.7 | 30.04 | 33.95 | - |
| YUV | 152.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 153 | 0 | 0.37 | 0.24 | 0.21 | 339.2 | 0.41 | 0.65 |
| Hex | CA | 7F | 99 | 0 | 25 | 18 | 15 | 153 | 29 | 41 |
| Octal | 312 | 177 | 231 | 0 | 45 | 30 | 25 | 523 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10011001 | 0 | 100101 | 11000 | 10101 | 101010011 | 101001 | 1000001 |
Color Harmonies of #CA7F99
Complementary color
Monochromatic Colors of #CA7F99
Black with #CA7F99
Text Example
Text Example
White with #CA7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F99; }
p { color: rgb(202,127,153); }
H1.HeaderClassName
{
color: #CA7F99;
}
.AnyTagClassName
{
color: #CA7F99;
}
</style>
background-color css
<style>
a { background-color: #CA7F99; }
a { background-color: rgb(202,127,153); }
div.DivClassName
{
background-color: #CA7F99;
}
.BgClassName
{
background-color: #CA7F99;
}
</style>
border-color css
<style>
span { border-color: #CA7F99; }
span { border-color: rgb(202,127,153); }
td.TdClassName
{
border-color: #CA7F99;
}
.TagClassName
{
border-color: #CA7F99;
}
</style>