Shades of Puce #CA8594
Tints of Puce #CA8594
RGB
CMYK
RGB Variations
Color information
#CA8594 (or 0xCA8594) is known color: Puce. HEX triplet: CA, 85 and 94. RGB value is (202,133,148). Sum of RGB (Red+Green+Blue) = 202+133+148=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8594 is #357A6B. Grayscale: #9B9B9B. Windows color (decimal): -3504748 or 9733578. OLE color: 9733578.
HSL color Cylindrical-coordinate representation of color #CA8594: hue angle of 346.96º 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 #CA8594 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 148 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.21 |
| HSL | 346.96º | 0.39% | 0.66% | - |
| HSV(B) | 346.96º | 0.34% | 0.79% | - |
| XYZ | 38.09 | 31.47 | 32.08 | - |
| YUV | 155.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 148 | 0 | 0.34 | 0.27 | 0.21 | 346.96 | 0.39 | 0.66 |
| Hex | CA | 85 | 94 | 0 | 22 | 1B | 15 | 15B | 27 | 42 |
| Octal | 312 | 205 | 224 | 0 | 42 | 33 | 25 | 533 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10010100 | 0 | 100010 | 11011 | 10101 | 101011011 | 100111 | 1000010 |
Color Harmonies of #CA8594
Complementary color
Monochromatic Colors of #CA8594
Black with #CA8594
Text Example
Text Example
White with #CA8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8594; }
p { color: rgb(202,133,148); }
H1.HeaderClassName
{
color: #CA8594;
}
.AnyTagClassName
{
color: #CA8594;
}
</style>
background-color css
<style>
a { background-color: #CA8594; }
a { background-color: rgb(202,133,148); }
div.DivClassName
{
background-color: #CA8594;
}
.BgClassName
{
background-color: #CA8594;
}
</style>
border-color css
<style>
span { border-color: #CA8594; }
span { border-color: rgb(202,133,148); }
td.TdClassName
{
border-color: #CA8594;
}
.TagClassName
{
border-color: #CA8594;
}
</style>