Shades of Puce #CA8D9B
Tints of Puce #CA8D9B
RGB
CMYK
RGB Variations
Color information
#CA8D9B (or 0xCA8D9B) is known color: Puce. HEX triplet: CA, 8D and 9B. RGB value is (202,141,155). Sum of RGB (Red+Green+Blue) = 202+141+155=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D9B is #357264. Grayscale: #A0A0A0. Windows color (decimal): -3502693 or 10194378. OLE color: 10194378.
HSL color Cylindrical-coordinate representation of color #CA8D9B: hue angle of 346.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8D9B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 141 | 155 | - |
CMYK | 0 | 0.30 | 0.23 | 0.21 |
HSL | 346.23º | 0.37% | 0.67% | - |
HSV(B) | 346.23º | 0.3% | 0.79% | - |
XYZ | 39.8 | 33.97 | 35.47 | - |
YUV | 160.84 | 124.71 | 157.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 141 | 155 | 0 | 0.30 | 0.23 | 0.21 | 346.23 | 0.37 | 0.67 |
Hex | CA | 8D | 9B | 0 | 1E | 17 | 15 | 15A | 25 | 43 |
Octal | 312 | 215 | 233 | 0 | 36 | 27 | 25 | 532 | 45 | 103 |
Binary | 11001010 | 10001101 | 10011011 | 0 | 11110 | 10111 | 10101 | 101011010 | 100101 | 1000011 |
Color Harmonies of #CA8D9B
Complementary color
Monochromatic Colors of #CA8D9B
Black with #CA8D9B
Text Example
Text Example
White with #CA8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D9B; }
p { color: rgb(202,141,155); }
H1.HeaderClassName
{
color: #CA8D9B;
}
.AnyTagClassName
{
color: #CA8D9B;
}
</style>
background-color css
<style>
a { background-color: #CA8D9B; }
a { background-color: rgb(202,141,155); }
div.DivClassName
{
background-color: #CA8D9B;
}
.BgClassName
{
background-color: #CA8D9B;
}
</style>
border-color css
<style>
span { border-color: #CA8D9B; }
span { border-color: rgb(202,141,155); }
td.TdClassName
{
border-color: #CA8D9B;
}
.TagClassName
{
border-color: #CA8D9B;
}
</style>