Shades of Puce #CA8599
Tints of Puce #CA8599
RGB
CMYK
RGB Variations
Color information
#CA8599 (or 0xCA8599) is known color: Puce. HEX triplet: CA, 85 and 99. RGB value is (202,133,153). Sum of RGB (Red+Green+Blue) = 202+133+153=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8599 is #357A66. Grayscale: #9B9B9B. Windows color (decimal): -3504743 or 10061258. OLE color: 10061258.
HSL color Cylindrical-coordinate representation of color #CA8599: hue angle of 342.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8599 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 153 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.21 |
| HSL | 342.61º | 0.39% | 0.66% | - |
| HSV(B) | 342.61º | 0.34% | 0.79% | - |
| XYZ | 38.49 | 31.63 | 34.21 | - |
| YUV | 155.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 153 | 0 | 0.34 | 0.24 | 0.21 | 342.61 | 0.39 | 0.66 |
| Hex | CA | 85 | 99 | 0 | 22 | 18 | 15 | 157 | 27 | 42 |
| Octal | 312 | 205 | 231 | 0 | 42 | 30 | 25 | 527 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10011001 | 0 | 100010 | 11000 | 10101 | 101010111 | 100111 | 1000010 |
Color Harmonies of #CA8599
Complementary color
Monochromatic Colors of #CA8599
Black with #CA8599
Text Example
Text Example
White with #CA8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8599; }
p { color: rgb(202,133,153); }
H1.HeaderClassName
{
color: #CA8599;
}
.AnyTagClassName
{
color: #CA8599;
}
</style>
background-color css
<style>
a { background-color: #CA8599; }
a { background-color: rgb(202,133,153); }
div.DivClassName
{
background-color: #CA8599;
}
.BgClassName
{
background-color: #CA8599;
}
</style>
border-color css
<style>
span { border-color: #CA8599; }
span { border-color: rgb(202,133,153); }
td.TdClassName
{
border-color: #CA8599;
}
.TagClassName
{
border-color: #CA8599;
}
</style>