Shades of Puce #CB81AA
Tints of Puce #CB81AA
RGB
CMYK
RGB Variations
Color information
#CB81AA (or 0xCB81AA) is known color: Puce. HEX triplet: CB, 81 and AA. RGB value is (203,129,170). Sum of RGB (Red+Green+Blue) = 203+129+170=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AA is #347E55. Grayscale: #9B9B9B. Windows color (decimal): -3440214 or 11174347. OLE color: 11174347.
HSL color Cylindrical-coordinate representation of color #CB81AA: hue angle of 326.76º 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 #CB81AA is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 170 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.20 |
| HSL | 326.76º | 0.42% | 0.65% | - |
| HSV(B) | 326.76º | 0.36% | 0.8% | - |
| XYZ | 39.73 | 31.3 | 41.98 | - |
| YUV | 155.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 170 | 0 | 0.36 | 0.16 | 0.20 | 326.76 | 0.42 | 0.65 |
| Hex | CB | 81 | AA | 0 | 24 | 10 | 14 | 147 | 2A | 41 |
| Octal | 313 | 201 | 252 | 0 | 44 | 20 | 24 | 507 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10101010 | 0 | 100100 | 10000 | 10100 | 101000111 | 101010 | 1000001 |
Color Harmonies of #CB81AA
Complementary color
Monochromatic Colors of #CB81AA
Black with #CB81AA
Text Example
Text Example
White with #CB81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81AA; }
p { color: rgb(203,129,170); }
H1.HeaderClassName
{
color: #CB81AA;
}
.AnyTagClassName
{
color: #CB81AA;
}
</style>
background-color css
<style>
a { background-color: #CB81AA; }
a { background-color: rgb(203,129,170); }
div.DivClassName
{
background-color: #CB81AA;
}
.BgClassName
{
background-color: #CB81AA;
}
</style>
border-color css
<style>
span { border-color: #CB81AA; }
span { border-color: rgb(203,129,170); }
td.TdClassName
{
border-color: #CB81AA;
}
.TagClassName
{
border-color: #CB81AA;
}
</style>