Shades of Puce #CB809F
Tints of Puce #CB809F
RGB
CMYK
RGB Variations
Color information
#CB809F (or 0xCB809F) is known color: Puce. HEX triplet: CB, 80 and 9F. RGB value is (203,128,159). Sum of RGB (Red+Green+Blue) = 203+128+159=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809F is #347F60. Grayscale: #999999. Windows color (decimal): -3440481 or 10453195. OLE color: 10453195.
HSL color Cylindrical-coordinate representation of color #CB809F: hue angle of 335.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB809F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 159 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.20 |
| HSL | 335.2º | 0.42% | 0.65% | - |
| HSV(B) | 335.2º | 0.37% | 0.8% | - |
| XYZ | 38.61 | 30.64 | 36.68 | - |
| YUV | 153.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 159 | 0 | 0.37 | 0.22 | 0.20 | 335.2 | 0.42 | 0.65 |
| Hex | CB | 80 | 9F | 0 | 25 | 16 | 14 | 14F | 2A | 41 |
| Octal | 313 | 200 | 237 | 0 | 45 | 26 | 24 | 517 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10011111 | 0 | 100101 | 10110 | 10100 | 101001111 | 101010 | 1000001 |
Color Harmonies of #CB809F
Complementary color
Monochromatic Colors of #CB809F
Black with #CB809F
Text Example
Text Example
White with #CB809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB809F; }
p { color: rgb(203,128,159); }
H1.HeaderClassName
{
color: #CB809F;
}
.AnyTagClassName
{
color: #CB809F;
}
</style>
background-color css
<style>
a { background-color: #CB809F; }
a { background-color: rgb(203,128,159); }
div.DivClassName
{
background-color: #CB809F;
}
.BgClassName
{
background-color: #CB809F;
}
</style>
border-color css
<style>
span { border-color: #CB809F; }
span { border-color: rgb(203,128,159); }
td.TdClassName
{
border-color: #CB809F;
}
.TagClassName
{
border-color: #CB809F;
}
</style>