Shades of Puce #CB809C
Tints of Puce #CB809C
RGB
CMYK
RGB Variations
Color information
#CB809C (or 0xCB809C) is known color: Puce. HEX triplet: CB, 80 and 9C. RGB value is (203,128,156). Sum of RGB (Red+Green+Blue) = 203+128+156=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809C is #347F63. Grayscale: #999999. Windows color (decimal): -3440484 or 10256587. OLE color: 10256587.
HSL color Cylindrical-coordinate representation of color #CB809C: hue angle of 337.6º 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 #CB809C is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 156 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.20 |
| HSL | 337.6º | 0.42% | 0.65% | - |
| HSV(B) | 337.6º | 0.37% | 0.8% | - |
| XYZ | 38.35 | 30.54 | 35.33 | - |
| YUV | 153.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 156 | 0 | 0.37 | 0.23 | 0.20 | 337.6 | 0.42 | 0.65 |
| Hex | CB | 80 | 9C | 0 | 25 | 17 | 14 | 152 | 2A | 41 |
| Octal | 313 | 200 | 234 | 0 | 45 | 27 | 24 | 522 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10011100 | 0 | 100101 | 10111 | 10100 | 101010010 | 101010 | 1000001 |
Color Harmonies of #CB809C
Complementary color
Monochromatic Colors of #CB809C
Black with #CB809C
Text Example
Text Example
White with #CB809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB809C; }
p { color: rgb(203,128,156); }
H1.HeaderClassName
{
color: #CB809C;
}
.AnyTagClassName
{
color: #CB809C;
}
</style>
background-color css
<style>
a { background-color: #CB809C; }
a { background-color: rgb(203,128,156); }
div.DivClassName
{
background-color: #CB809C;
}
.BgClassName
{
background-color: #CB809C;
}
</style>
border-color css
<style>
span { border-color: #CB809C; }
span { border-color: rgb(203,128,156); }
td.TdClassName
{
border-color: #CB809C;
}
.TagClassName
{
border-color: #CB809C;
}
</style>