Shades of Puce #CA859C
Tints of Puce #CA859C
RGB
CMYK
RGB Variations
Color information
#CA859C (or 0xCA859C) is known color: Puce. HEX triplet: CA, 85 and 9C. RGB value is (202,133,156). Sum of RGB (Red+Green+Blue) = 202+133+156=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA859C is #357A63. Grayscale: #9C9C9C. Windows color (decimal): -3504740 or 10257866. OLE color: 10257866.
HSL color Cylindrical-coordinate representation of color #CA859C: hue angle of 340º 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 #CA859C is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 156 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.21 |
| HSL | 340º | 0.39% | 0.66% | - |
| HSV(B) | 340º | 0.34% | 0.79% | - |
| XYZ | 38.75 | 31.73 | 35.54 | - |
| YUV | 156.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 156 | 0 | 0.34 | 0.23 | 0.21 | 340 | 0.39 | 0.66 |
| Hex | CA | 85 | 9C | 0 | 22 | 17 | 15 | 154 | 27 | 42 |
| Octal | 312 | 205 | 234 | 0 | 42 | 27 | 25 | 524 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10011100 | 0 | 100010 | 10111 | 10101 | 101010100 | 100111 | 1000010 |
Color Harmonies of #CA859C
Complementary color
Monochromatic Colors of #CA859C
Black with #CA859C
Text Example
Text Example
White with #CA859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA859C; }
p { color: rgb(202,133,156); }
H1.HeaderClassName
{
color: #CA859C;
}
.AnyTagClassName
{
color: #CA859C;
}
</style>
background-color css
<style>
a { background-color: #CA859C; }
a { background-color: rgb(202,133,156); }
div.DivClassName
{
background-color: #CA859C;
}
.BgClassName
{
background-color: #CA859C;
}
</style>
border-color css
<style>
span { border-color: #CA859C; }
span { border-color: rgb(202,133,156); }
td.TdClassName
{
border-color: #CA859C;
}
.TagClassName
{
border-color: #CA859C;
}
</style>