Shades of Puce #CA7F93
Tints of Puce #CA7F93
RGB
CMYK
RGB Variations
Color information
#CA7F93 (or 0xCA7F93) is known color: Puce. HEX triplet: CA, 7F and 93. RGB value is (202,127,147). Sum of RGB (Red+Green+Blue) = 202+127+147=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F93 is #35806C. Grayscale: #979797. Windows color (decimal): -3506285 or 9666506. OLE color: 9666506.
HSL color Cylindrical-coordinate representation of color #CA7F93: hue angle of 344º 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 #CA7F93 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 147 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.21 |
| HSL | 344º | 0.41% | 0.65% | - |
| HSV(B) | 344º | 0.37% | 0.79% | - |
| XYZ | 37.21 | 29.84 | 31.4 | - |
| YUV | 151.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 147 | 0 | 0.37 | 0.27 | 0.21 | 344 | 0.41 | 0.65 |
| Hex | CA | 7F | 93 | 0 | 25 | 1B | 15 | 158 | 29 | 41 |
| Octal | 312 | 177 | 223 | 0 | 45 | 33 | 25 | 530 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10010011 | 0 | 100101 | 11011 | 10101 | 101011000 | 101001 | 1000001 |
Color Harmonies of #CA7F93
Complementary color
Monochromatic Colors of #CA7F93
Black with #CA7F93
Text Example
Text Example
White with #CA7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F93; }
p { color: rgb(202,127,147); }
H1.HeaderClassName
{
color: #CA7F93;
}
.AnyTagClassName
{
color: #CA7F93;
}
</style>
background-color css
<style>
a { background-color: #CA7F93; }
a { background-color: rgb(202,127,147); }
div.DivClassName
{
background-color: #CA7F93;
}
.BgClassName
{
background-color: #CA7F93;
}
</style>
border-color css
<style>
span { border-color: #CA7F93; }
span { border-color: rgb(202,127,147); }
td.TdClassName
{
border-color: #CA7F93;
}
.TagClassName
{
border-color: #CA7F93;
}
</style>