Shades of Puce #CA7F91
Tints of Puce #CA7F91
RGB
CMYK
RGB Variations
Color information
#CA7F91 (or 0xCA7F91) is known color: Puce. HEX triplet: CA, 7F and 91. RGB value is (202,127,145). Sum of RGB (Red+Green+Blue) = 202+127+145=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F91 is #35806E. Grayscale: #979797. Windows color (decimal): -3506287 or 9535434. OLE color: 9535434.
HSL color Cylindrical-coordinate representation of color #CA7F91: hue angle of 345.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 #CA7F91 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 145 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.21 |
| HSL | 345.6º | 0.41% | 0.65% | - |
| HSV(B) | 345.6º | 0.37% | 0.79% | - |
| XYZ | 37.06 | 29.78 | 30.58 | - |
| YUV | 151.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 145 | 0 | 0.37 | 0.28 | 0.21 | 345.6 | 0.41 | 0.65 |
| Hex | CA | 7F | 91 | 0 | 25 | 1C | 15 | 15A | 29 | 41 |
| Octal | 312 | 177 | 221 | 0 | 45 | 34 | 25 | 532 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10010001 | 0 | 100101 | 11100 | 10101 | 101011010 | 101001 | 1000001 |
Color Harmonies of #CA7F91
Complementary color
Monochromatic Colors of #CA7F91
Black with #CA7F91
Text Example
Text Example
White with #CA7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F91; }
p { color: rgb(202,127,145); }
H1.HeaderClassName
{
color: #CA7F91;
}
.AnyTagClassName
{
color: #CA7F91;
}
</style>
background-color css
<style>
a { background-color: #CA7F91; }
a { background-color: rgb(202,127,145); }
div.DivClassName
{
background-color: #CA7F91;
}
.BgClassName
{
background-color: #CA7F91;
}
</style>
border-color css
<style>
span { border-color: #CA7F91; }
span { border-color: rgb(202,127,145); }
td.TdClassName
{
border-color: #CA7F91;
}
.TagClassName
{
border-color: #CA7F91;
}
</style>