Shades of Puce #CA7E92
Tints of Puce #CA7E92
RGB
CMYK
RGB Variations
Color information
#CA7E92 (or 0xCA7E92) is known color: Puce. HEX triplet: CA, 7E and 92. RGB value is (202,126,146). Sum of RGB (Red+Green+Blue) = 202+126+146=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E92 is #35816D. Grayscale: #979797. Windows color (decimal): -3506542 or 9600714. OLE color: 9600714.
HSL color Cylindrical-coordinate representation of color #CA7E92: hue angle of 344.21º 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 #CA7E92 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 146 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.21 |
| HSL | 344.21º | 0.42% | 0.64% | - |
| HSV(B) | 344.21º | 0.38% | 0.79% | - |
| XYZ | 37.01 | 29.55 | 30.95 | - |
| YUV | 151 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 146 | 0 | 0.38 | 0.28 | 0.21 | 344.21 | 0.42 | 0.64 |
| Hex | CA | 7E | 92 | 0 | 26 | 1C | 15 | 158 | 2A | 40 |
| Octal | 312 | 176 | 222 | 0 | 46 | 34 | 25 | 530 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10010010 | 0 | 100110 | 11100 | 10101 | 101011000 | 101010 | 1000000 |
Color Harmonies of #CA7E92
Complementary color
Monochromatic Colors of #CA7E92
Black with #CA7E92
Text Example
Text Example
White with #CA7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E92; }
p { color: rgb(202,126,146); }
H1.HeaderClassName
{
color: #CA7E92;
}
.AnyTagClassName
{
color: #CA7E92;
}
</style>
background-color css
<style>
a { background-color: #CA7E92; }
a { background-color: rgb(202,126,146); }
div.DivClassName
{
background-color: #CA7E92;
}
.BgClassName
{
background-color: #CA7E92;
}
</style>
border-color css
<style>
span { border-color: #CA7E92; }
span { border-color: rgb(202,126,146); }
td.TdClassName
{
border-color: #CA7E92;
}
.TagClassName
{
border-color: #CA7E92;
}
</style>