Shades of Puce #CA7F9B
Tints of Puce #CA7F9B
RGB
CMYK
RGB Variations
Color information
#CA7F9B (or 0xCA7F9B) is known color: Puce. HEX triplet: CA, 7F and 9B. RGB value is (202,127,155). Sum of RGB (Red+Green+Blue) = 202+127+155=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F9B is #358064. Grayscale: #989898. Windows color (decimal): -3506277 or 10190794. OLE color: 10190794.
HSL color Cylindrical-coordinate representation of color #CA7F9B: hue angle of 337.6º 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 #CA7F9B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 155 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.21 |
| HSL | 337.6º | 0.41% | 0.65% | - |
| HSV(B) | 337.6º | 0.37% | 0.79% | - |
| XYZ | 37.86 | 30.1 | 34.83 | - |
| YUV | 152.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 155 | 0 | 0.37 | 0.23 | 0.21 | 337.6 | 0.41 | 0.65 |
| Hex | CA | 7F | 9B | 0 | 25 | 17 | 15 | 152 | 29 | 41 |
| Octal | 312 | 177 | 233 | 0 | 45 | 27 | 25 | 522 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10011011 | 0 | 100101 | 10111 | 10101 | 101010010 | 101001 | 1000001 |
Color Harmonies of #CA7F9B
Complementary color
Monochromatic Colors of #CA7F9B
Black with #CA7F9B
Text Example
Text Example
White with #CA7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F9B; }
p { color: rgb(202,127,155); }
H1.HeaderClassName
{
color: #CA7F9B;
}
.AnyTagClassName
{
color: #CA7F9B;
}
</style>
background-color css
<style>
a { background-color: #CA7F9B; }
a { background-color: rgb(202,127,155); }
div.DivClassName
{
background-color: #CA7F9B;
}
.BgClassName
{
background-color: #CA7F9B;
}
</style>
border-color css
<style>
span { border-color: #CA7F9B; }
span { border-color: rgb(202,127,155); }
td.TdClassName
{
border-color: #CA7F9B;
}
.TagClassName
{
border-color: #CA7F9B;
}
</style>