Shades of Puce #CB7E92
Tints of Puce #CB7E92
RGB
CMYK
RGB Variations
Color information
#CB7E92 (or 0xCB7E92) is known color: Puce. HEX triplet: CB, 7E and 92. RGB value is (203,126,146). Sum of RGB (Red+Green+Blue) = 203+126+146=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E92 is #34816D. Grayscale: #979797. Windows color (decimal): -3441006 or 9600715. OLE color: 9600715.
HSL color Cylindrical-coordinate representation of color #CB7E92: hue angle of 344.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7E92 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 146 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.20 |
| HSL | 344.42º | 0.43% | 0.65% | - |
| HSV(B) | 344.42º | 0.38% | 0.8% | - |
| XYZ | 37.28 | 29.69 | 30.96 | - |
| YUV | 151.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 146 | 0 | 0.38 | 0.28 | 0.20 | 344.42 | 0.43 | 0.65 |
| Hex | CB | 7E | 92 | 0 | 26 | 1C | 14 | 158 | 2B | 41 |
| Octal | 313 | 176 | 222 | 0 | 46 | 34 | 24 | 530 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10010010 | 0 | 100110 | 11100 | 10100 | 101011000 | 101011 | 1000001 |
Color Harmonies of #CB7E92
Complementary color
Monochromatic Colors of #CB7E92
Black with #CB7E92
Text Example
Text Example
White with #CB7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E92; }
p { color: rgb(203,126,146); }
H1.HeaderClassName
{
color: #CB7E92;
}
.AnyTagClassName
{
color: #CB7E92;
}
</style>
background-color css
<style>
a { background-color: #CB7E92; }
a { background-color: rgb(203,126,146); }
div.DivClassName
{
background-color: #CB7E92;
}
.BgClassName
{
background-color: #CB7E92;
}
</style>
border-color css
<style>
span { border-color: #CB7E92; }
span { border-color: rgb(203,126,146); }
td.TdClassName
{
border-color: #CB7E92;
}
.TagClassName
{
border-color: #CB7E92;
}
</style>