Shades of Puce #CA868C
Tints of Puce #CA868C
RGB
CMYK
RGB Variations
Color information
#CA868C (or 0xCA868C) is known color: Puce. HEX triplet: CA, 86 and 8C. RGB value is (202,134,140). Sum of RGB (Red+Green+Blue) = 202+134+140=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA868C is #357973. Grayscale: #9B9B9B. Windows color (decimal): -3504500 or 9209546. OLE color: 9209546.
HSL color Cylindrical-coordinate representation of color #CA868C: hue angle of 354.71º 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 #CA868C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 140 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.21 |
| HSL | 354.71º | 0.39% | 0.66% | - |
| HSV(B) | 354.71º | 0.34% | 0.79% | - |
| XYZ | 37.62 | 31.5 | 28.91 | - |
| YUV | 155.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 140 | 0 | 0.34 | 0.31 | 0.21 | 354.71 | 0.39 | 0.66 |
| Hex | CA | 86 | 8C | 0 | 22 | 1F | 15 | 163 | 27 | 42 |
| Octal | 312 | 206 | 214 | 0 | 42 | 37 | 25 | 543 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10001100 | 0 | 100010 | 11111 | 10101 | 101100011 | 100111 | 1000010 |
Color Harmonies of #CA868C
Complementary color
Monochromatic Colors of #CA868C
Black with #CA868C
Text Example
Text Example
White with #CA868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA868C; }
p { color: rgb(202,134,140); }
H1.HeaderClassName
{
color: #CA868C;
}
.AnyTagClassName
{
color: #CA868C;
}
</style>
background-color css
<style>
a { background-color: #CA868C; }
a { background-color: rgb(202,134,140); }
div.DivClassName
{
background-color: #CA868C;
}
.BgClassName
{
background-color: #CA868C;
}
</style>
border-color css
<style>
span { border-color: #CA868C; }
span { border-color: rgb(202,134,140); }
td.TdClassName
{
border-color: #CA868C;
}
.TagClassName
{
border-color: #CA868C;
}
</style>