Shades of Puce #CB8A8D
Tints of Puce #CB8A8D
RGB
CMYK
RGB Variations
Color information
#CB8A8D (or 0xCB8A8D) is known color: Puce. HEX triplet: CB, 8A and 8D. RGB value is (203,138,141). Sum of RGB (Red+Green+Blue) = 203+138+141=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8A8D is #347572. Grayscale: #9D9D9D. Windows color (decimal): -3437939 or 9276107. OLE color: 9276107.
HSL color Cylindrical-coordinate representation of color #CB8A8D: hue angle of 357.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8A8D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 141 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.20 |
| HSL | 357.23º | 0.38% | 0.67% | - |
| HSV(B) | 357.23º | 0.32% | 0.8% | - |
| XYZ | 38.52 | 32.8 | 29.5 | - |
| YUV | 157.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 141 | 0 | 0.32 | 0.31 | 0.20 | 357.23 | 0.38 | 0.67 |
| Hex | CB | 8A | 8D | 0 | 20 | 1F | 14 | 165 | 26 | 43 |
| Octal | 313 | 212 | 215 | 0 | 40 | 37 | 24 | 545 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10001101 | 0 | 100000 | 11111 | 10100 | 101100101 | 100110 | 1000011 |
Color Harmonies of #CB8A8D
Complementary color
Monochromatic Colors of #CB8A8D
Black with #CB8A8D
Text Example
Text Example
White with #CB8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A8D; }
p { color: rgb(203,138,141); }
H1.HeaderClassName
{
color: #CB8A8D;
}
.AnyTagClassName
{
color: #CB8A8D;
}
</style>
background-color css
<style>
a { background-color: #CB8A8D; }
a { background-color: rgb(203,138,141); }
div.DivClassName
{
background-color: #CB8A8D;
}
.BgClassName
{
background-color: #CB8A8D;
}
</style>
border-color css
<style>
span { border-color: #CB8A8D; }
span { border-color: rgb(203,138,141); }
td.TdClassName
{
border-color: #CB8A8D;
}
.TagClassName
{
border-color: #CB8A8D;
}
</style>