Shades of Puce #CB819C
Tints of Puce #CB819C
RGB
CMYK
RGB Variations
Color information
#CB819C (or 0xCB819C) is known color: Puce. HEX triplet: CB, 81 and 9C. RGB value is (203,129,156). Sum of RGB (Red+Green+Blue) = 203+129+156=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB819C is #347E63. Grayscale: #9A9A9A. Windows color (decimal): -3440228 or 10256843. OLE color: 10256843.
HSL color Cylindrical-coordinate representation of color #CB819C: hue angle of 338.11º 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 #CB819C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 156 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.20 |
| HSL | 338.11º | 0.42% | 0.65% | - |
| HSV(B) | 338.11º | 0.36% | 0.8% | - |
| XYZ | 38.48 | 30.8 | 35.37 | - |
| YUV | 154.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 156 | 0 | 0.36 | 0.23 | 0.20 | 338.11 | 0.42 | 0.65 |
| Hex | CB | 81 | 9C | 0 | 24 | 17 | 14 | 152 | 2A | 41 |
| Octal | 313 | 201 | 234 | 0 | 44 | 27 | 24 | 522 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10011100 | 0 | 100100 | 10111 | 10100 | 101010010 | 101010 | 1000001 |
Color Harmonies of #CB819C
Complementary color
Monochromatic Colors of #CB819C
Black with #CB819C
Text Example
Text Example
White with #CB819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB819C; }
p { color: rgb(203,129,156); }
H1.HeaderClassName
{
color: #CB819C;
}
.AnyTagClassName
{
color: #CB819C;
}
</style>
background-color css
<style>
a { background-color: #CB819C; }
a { background-color: rgb(203,129,156); }
div.DivClassName
{
background-color: #CB819C;
}
.BgClassName
{
background-color: #CB819C;
}
</style>
border-color css
<style>
span { border-color: #CB819C; }
span { border-color: rgb(203,129,156); }
td.TdClassName
{
border-color: #CB819C;
}
.TagClassName
{
border-color: #CB819C;
}
</style>