Shades of Puce #CB81A8
Tints of Puce #CB81A8
RGB
CMYK
RGB Variations
Color information
#CB81A8 (or 0xCB81A8) is known color: Puce. HEX triplet: CB, 81 and A8. RGB value is (203,129,168). Sum of RGB (Red+Green+Blue) = 203+129+168=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81A8 is #347E57. Grayscale: #9B9B9B. Windows color (decimal): -3440216 or 11043275. OLE color: 11043275.
HSL color Cylindrical-coordinate representation of color #CB81A8: hue angle of 328.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB81A8 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 168 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.20 |
| HSL | 328.38º | 0.42% | 0.65% | - |
| HSV(B) | 328.38º | 0.36% | 0.8% | - |
| XYZ | 39.55 | 31.22 | 40.99 | - |
| YUV | 155.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 168 | 0 | 0.36 | 0.17 | 0.20 | 328.38 | 0.42 | 0.65 |
| Hex | CB | 81 | A8 | 0 | 24 | 11 | 14 | 148 | 2A | 41 |
| Octal | 313 | 201 | 250 | 0 | 44 | 21 | 24 | 510 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10101000 | 0 | 100100 | 10001 | 10100 | 101001000 | 101010 | 1000001 |
Color Harmonies of #CB81A8
Complementary color
Monochromatic Colors of #CB81A8
Black with #CB81A8
Text Example
Text Example
White with #CB81A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81A8; }
p { color: rgb(203,129,168); }
H1.HeaderClassName
{
color: #CB81A8;
}
.AnyTagClassName
{
color: #CB81A8;
}
</style>
background-color css
<style>
a { background-color: #CB81A8; }
a { background-color: rgb(203,129,168); }
div.DivClassName
{
background-color: #CB81A8;
}
.BgClassName
{
background-color: #CB81A8;
}
</style>
border-color css
<style>
span { border-color: #CB81A8; }
span { border-color: rgb(203,129,168); }
td.TdClassName
{
border-color: #CB81A8;
}
.TagClassName
{
border-color: #CB81A8;
}
</style>