Shades of Puce #CB86A4
Tints of Puce #CB86A4
RGB
CMYK
RGB Variations
Color information
#CB86A4 (or 0xCB86A4) is known color: Puce. HEX triplet: CB, 86 and A4. RGB value is (203,134,164). Sum of RGB (Red+Green+Blue) = 203+134+164=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86A4 is #34795B. Grayscale: #9E9E9E. Windows color (decimal): -3438940 or 10782411. OLE color: 10782411.
HSL color Cylindrical-coordinate representation of color #CB86A4: hue angle of 333.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86A4 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 164 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.20 |
| HSL | 333.91º | 0.4% | 0.66% | - |
| HSV(B) | 333.91º | 0.34% | 0.8% | - |
| XYZ | 39.85 | 32.43 | 39.28 | - |
| YUV | 158.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 164 | 0 | 0.34 | 0.19 | 0.20 | 333.91 | 0.4 | 0.66 |
| Hex | CB | 86 | A4 | 0 | 22 | 13 | 14 | 14E | 28 | 42 |
| Octal | 313 | 206 | 244 | 0 | 42 | 23 | 24 | 516 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10100100 | 0 | 100010 | 10011 | 10100 | 101001110 | 101000 | 1000010 |
Color Harmonies of #CB86A4
Complementary color
Monochromatic Colors of #CB86A4
Black with #CB86A4
Text Example
Text Example
White with #CB86A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86A4; }
p { color: rgb(203,134,164); }
H1.HeaderClassName
{
color: #CB86A4;
}
.AnyTagClassName
{
color: #CB86A4;
}
</style>
background-color css
<style>
a { background-color: #CB86A4; }
a { background-color: rgb(203,134,164); }
div.DivClassName
{
background-color: #CB86A4;
}
.BgClassName
{
background-color: #CB86A4;
}
</style>
border-color css
<style>
span { border-color: #CB86A4; }
span { border-color: rgb(203,134,164); }
td.TdClassName
{
border-color: #CB86A4;
}
.TagClassName
{
border-color: #CB86A4;
}
</style>