Shades of Puce #CB8597
Tints of Puce #CB8597
RGB
CMYK
RGB Variations
Color information
#CB8597 (or 0xCB8597) is known color: Puce. HEX triplet: CB, 85 and 97. RGB value is (203,133,151). Sum of RGB (Red+Green+Blue) = 203+133+151=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8597 is #347A68. Grayscale: #9B9B9B. Windows color (decimal): -3439209 or 9930187. OLE color: 9930187.
HSL color Cylindrical-coordinate representation of color #CB8597: hue angle of 344.57º 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 #CB8597 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 151 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.20 |
| HSL | 344.57º | 0.4% | 0.66% | - |
| HSV(B) | 344.57º | 0.34% | 0.8% | - |
| XYZ | 38.6 | 31.71 | 33.36 | - |
| YUV | 155.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 151 | 0 | 0.34 | 0.26 | 0.20 | 344.57 | 0.4 | 0.66 |
| Hex | CB | 85 | 97 | 0 | 22 | 1A | 14 | 159 | 28 | 42 |
| Octal | 313 | 205 | 227 | 0 | 42 | 32 | 24 | 531 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10010111 | 0 | 100010 | 11010 | 10100 | 101011001 | 101000 | 1000010 |
Color Harmonies of #CB8597
Complementary color
Monochromatic Colors of #CB8597
Black with #CB8597
Text Example
Text Example
White with #CB8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8597; }
p { color: rgb(203,133,151); }
H1.HeaderClassName
{
color: #CB8597;
}
.AnyTagClassName
{
color: #CB8597;
}
</style>
background-color css
<style>
a { background-color: #CB8597; }
a { background-color: rgb(203,133,151); }
div.DivClassName
{
background-color: #CB8597;
}
.BgClassName
{
background-color: #CB8597;
}
</style>
border-color css
<style>
span { border-color: #CB8597; }
span { border-color: rgb(203,133,151); }
td.TdClassName
{
border-color: #CB8597;
}
.TagClassName
{
border-color: #CB8597;
}
</style>