Shades of Puce #CA7E9F
Tints of Puce #CA7E9F
RGB
CMYK
RGB Variations
Color information
#CA7E9F (or 0xCA7E9F) is known color: Puce. HEX triplet: CA, 7E and 9F. RGB value is (202,126,159). Sum of RGB (Red+Green+Blue) = 202+126+159=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E9F is #358160. Grayscale: #989898. Windows color (decimal): -3506529 or 10452682. OLE color: 10452682.
HSL color Cylindrical-coordinate representation of color #CA7E9F: hue angle of 333.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7E9F is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 159 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.21 |
| HSL | 333.95º | 0.42% | 0.64% | - |
| HSV(B) | 333.95º | 0.38% | 0.79% | - |
| XYZ | 38.08 | 29.98 | 36.58 | - |
| YUV | 152.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 159 | 0 | 0.38 | 0.21 | 0.21 | 333.95 | 0.42 | 0.64 |
| Hex | CA | 7E | 9F | 0 | 26 | 15 | 15 | 14E | 2A | 40 |
| Octal | 312 | 176 | 237 | 0 | 46 | 25 | 25 | 516 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10011111 | 0 | 100110 | 10101 | 10101 | 101001110 | 101010 | 1000000 |
Color Harmonies of #CA7E9F
Complementary color
Monochromatic Colors of #CA7E9F
Black with #CA7E9F
Text Example
Text Example
White with #CA7E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E9F; }
p { color: rgb(202,126,159); }
H1.HeaderClassName
{
color: #CA7E9F;
}
.AnyTagClassName
{
color: #CA7E9F;
}
</style>
background-color css
<style>
a { background-color: #CA7E9F; }
a { background-color: rgb(202,126,159); }
div.DivClassName
{
background-color: #CA7E9F;
}
.BgClassName
{
background-color: #CA7E9F;
}
</style>
border-color css
<style>
span { border-color: #CA7E9F; }
span { border-color: rgb(202,126,159); }
td.TdClassName
{
border-color: #CA7E9F;
}
.TagClassName
{
border-color: #CA7E9F;
}
</style>