Shades of Puce #CA8098
Tints of Puce #CA8098
RGB
CMYK
RGB Variations
Color information
#CA8098 (or 0xCA8098) is known color: Puce. HEX triplet: CA, 80 and 98. RGB value is (202,128,152). Sum of RGB (Red+Green+Blue) = 202+128+152=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8098 is #357F67. Grayscale: #989898. Windows color (decimal): -3506024 or 9994442. OLE color: 9994442.
HSL color Cylindrical-coordinate representation of color #CA8098: hue angle of 340.54º 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 #CA8098 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 152 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.21 |
| HSL | 340.54º | 0.41% | 0.65% | - |
| HSV(B) | 340.54º | 0.37% | 0.79% | - |
| XYZ | 37.74 | 30.26 | 33.56 | - |
| YUV | 152.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 152 | 0 | 0.37 | 0.25 | 0.21 | 340.54 | 0.41 | 0.65 |
| Hex | CA | 80 | 98 | 0 | 25 | 19 | 15 | 155 | 29 | 41 |
| Octal | 312 | 200 | 230 | 0 | 45 | 31 | 25 | 525 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10011000 | 0 | 100101 | 11001 | 10101 | 101010101 | 101001 | 1000001 |
Color Harmonies of #CA8098
Complementary color
Monochromatic Colors of #CA8098
Black with #CA8098
Text Example
Text Example
White with #CA8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8098; }
p { color: rgb(202,128,152); }
H1.HeaderClassName
{
color: #CA8098;
}
.AnyTagClassName
{
color: #CA8098;
}
</style>
background-color css
<style>
a { background-color: #CA8098; }
a { background-color: rgb(202,128,152); }
div.DivClassName
{
background-color: #CA8098;
}
.BgClassName
{
background-color: #CA8098;
}
</style>
border-color css
<style>
span { border-color: #CA8098; }
span { border-color: rgb(202,128,152); }
td.TdClassName
{
border-color: #CA8098;
}
.TagClassName
{
border-color: #CA8098;
}
</style>