Shades of Puce #CA7F94
Tints of Puce #CA7F94
RGB
CMYK
RGB Variations
Color information
#CA7F94 (or 0xCA7F94) is known color: Puce. HEX triplet: CA, 7F and 94. RGB value is (202,127,148). Sum of RGB (Red+Green+Blue) = 202+127+148=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F94 is #35806B. Grayscale: #979797. Windows color (decimal): -3506284 or 9732042. OLE color: 9732042.
HSL color Cylindrical-coordinate representation of color #CA7F94: hue angle of 343.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 #CA7F94 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 148 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.21 |
| HSL | 343.2º | 0.41% | 0.65% | - |
| HSV(B) | 343.2º | 0.37% | 0.79% | - |
| XYZ | 37.29 | 29.87 | 31.82 | - |
| YUV | 151.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 148 | 0 | 0.37 | 0.27 | 0.21 | 343.2 | 0.41 | 0.65 |
| Hex | CA | 7F | 94 | 0 | 25 | 1B | 15 | 157 | 29 | 41 |
| Octal | 312 | 177 | 224 | 0 | 45 | 33 | 25 | 527 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10010100 | 0 | 100101 | 11011 | 10101 | 101010111 | 101001 | 1000001 |
Color Harmonies of #CA7F94
Complementary color
Monochromatic Colors of #CA7F94
Black with #CA7F94
Text Example
Text Example
White with #CA7F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F94; }
p { color: rgb(202,127,148); }
H1.HeaderClassName
{
color: #CA7F94;
}
.AnyTagClassName
{
color: #CA7F94;
}
</style>
background-color css
<style>
a { background-color: #CA7F94; }
a { background-color: rgb(202,127,148); }
div.DivClassName
{
background-color: #CA7F94;
}
.BgClassName
{
background-color: #CA7F94;
}
</style>
border-color css
<style>
span { border-color: #CA7F94; }
span { border-color: rgb(202,127,148); }
td.TdClassName
{
border-color: #CA7F94;
}
.TagClassName
{
border-color: #CA7F94;
}
</style>