Shades of Puce #CB848C
Tints of Puce #CB848C
RGB
CMYK
RGB Variations
Color information
#CB848C (or 0xCB848C) is known color: Puce. HEX triplet: CB, 84 and 8C. RGB value is (203,132,140). Sum of RGB (Red+Green+Blue) = 203+132+140=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848C is #347B73. Grayscale: #9A9A9A. Windows color (decimal): -3439476 or 9209035. OLE color: 9209035.
HSL color Cylindrical-coordinate representation of color #CB848C: hue angle of 353.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB848C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 140 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.20 |
| HSL | 353.24º | 0.41% | 0.66% | - |
| HSV(B) | 353.24º | 0.35% | 0.8% | - |
| XYZ | 37.61 | 31.09 | 28.83 | - |
| YUV | 154.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 140 | 0 | 0.35 | 0.31 | 0.20 | 353.24 | 0.41 | 0.66 |
| Hex | CB | 84 | 8C | 0 | 23 | 1F | 14 | 161 | 29 | 42 |
| Octal | 313 | 204 | 214 | 0 | 43 | 37 | 24 | 541 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10001100 | 0 | 100011 | 11111 | 10100 | 101100001 | 101001 | 1000010 |
Color Harmonies of #CB848C
Complementary color
Monochromatic Colors of #CB848C
Black with #CB848C
Text Example
Text Example
White with #CB848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB848C; }
p { color: rgb(203,132,140); }
H1.HeaderClassName
{
color: #CB848C;
}
.AnyTagClassName
{
color: #CB848C;
}
</style>
background-color css
<style>
a { background-color: #CB848C; }
a { background-color: rgb(203,132,140); }
div.DivClassName
{
background-color: #CB848C;
}
.BgClassName
{
background-color: #CB848C;
}
</style>
border-color css
<style>
span { border-color: #CB848C; }
span { border-color: rgb(203,132,140); }
td.TdClassName
{
border-color: #CB848C;
}
.TagClassName
{
border-color: #CB848C;
}
</style>