Shades of Puce #CA858B
Tints of Puce #CA858B
RGB
CMYK
RGB Variations
Color information
#CA858B (or 0xCA858B) is known color: Puce. HEX triplet: CA, 85 and 8B. RGB value is (202,133,139). Sum of RGB (Red+Green+Blue) = 202+133+139=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA858B is #357A74. Grayscale: #9A9A9A. Windows color (decimal): -3504757 or 9143754. OLE color: 9143754.
HSL color Cylindrical-coordinate representation of color #CA858B: hue angle of 354.78º 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 #CA858B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 139 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.21 |
| HSL | 354.78º | 0.39% | 0.66% | - |
| HSV(B) | 354.78º | 0.34% | 0.79% | - |
| XYZ | 37.4 | 31.2 | 28.48 | - |
| YUV | 154.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 139 | 0 | 0.34 | 0.31 | 0.21 | 354.78 | 0.39 | 0.66 |
| Hex | CA | 85 | 8B | 0 | 22 | 1F | 15 | 163 | 27 | 42 |
| Octal | 312 | 205 | 213 | 0 | 42 | 37 | 25 | 543 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10001011 | 0 | 100010 | 11111 | 10101 | 101100011 | 100111 | 1000010 |
Color Harmonies of #CA858B
Complementary color
Monochromatic Colors of #CA858B
Black with #CA858B
Text Example
Text Example
White with #CA858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA858B; }
p { color: rgb(202,133,139); }
H1.HeaderClassName
{
color: #CA858B;
}
.AnyTagClassName
{
color: #CA858B;
}
</style>
background-color css
<style>
a { background-color: #CA858B; }
a { background-color: rgb(202,133,139); }
div.DivClassName
{
background-color: #CA858B;
}
.BgClassName
{
background-color: #CA858B;
}
</style>
border-color css
<style>
span { border-color: #CA858B; }
span { border-color: rgb(202,133,139); }
td.TdClassName
{
border-color: #CA858B;
}
.TagClassName
{
border-color: #CA858B;
}
</style>