Shades of Puce #CB8592
Tints of Puce #CB8592
RGB
CMYK
RGB Variations
Color information
#CB8592 (or 0xCB8592) is known color: Puce. HEX triplet: CB, 85 and 92. RGB value is (203,133,146). Sum of RGB (Red+Green+Blue) = 203+133+146=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8592 is #347A6D. Grayscale: #9B9B9B. Windows color (decimal): -3439214 or 9602507. OLE color: 9602507.
HSL color Cylindrical-coordinate representation of color #CB8592: hue angle of 348.86º 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 #CB8592 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 146 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.20 |
| HSL | 348.86º | 0.4% | 0.66% | - |
| HSV(B) | 348.86º | 0.34% | 0.8% | - |
| XYZ | 38.2 | 31.55 | 31.27 | - |
| YUV | 155.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 146 | 0 | 0.34 | 0.28 | 0.20 | 348.86 | 0.4 | 0.66 |
| Hex | CB | 85 | 92 | 0 | 22 | 1C | 14 | 15D | 28 | 42 |
| Octal | 313 | 205 | 222 | 0 | 42 | 34 | 24 | 535 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10010010 | 0 | 100010 | 11100 | 10100 | 101011101 | 101000 | 1000010 |
Color Harmonies of #CB8592
Complementary color
Monochromatic Colors of #CB8592
Black with #CB8592
Text Example
Text Example
White with #CB8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8592; }
p { color: rgb(203,133,146); }
H1.HeaderClassName
{
color: #CB8592;
}
.AnyTagClassName
{
color: #CB8592;
}
</style>
background-color css
<style>
a { background-color: #CB8592; }
a { background-color: rgb(203,133,146); }
div.DivClassName
{
background-color: #CB8592;
}
.BgClassName
{
background-color: #CB8592;
}
</style>
border-color css
<style>
span { border-color: #CB8592; }
span { border-color: rgb(203,133,146); }
td.TdClassName
{
border-color: #CB8592;
}
.TagClassName
{
border-color: #CB8592;
}
</style>