Shades of Puce #CB7C94
Tints of Puce #CB7C94
RGB
CMYK
RGB Variations
Color information
#CB7C94 (or 0xCB7C94) is known color: Puce. HEX triplet: CB, 7C and 94. RGB value is (203,124,148). Sum of RGB (Red+Green+Blue) = 203+124+148=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7C94 is #34836B. Grayscale: #969696. Windows color (decimal): -3441516 or 9731275. OLE color: 9731275.
HSL color Cylindrical-coordinate representation of color #CB7C94: hue angle of 341.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7C94 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 148 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.20 |
| HSL | 341.77º | 0.43% | 0.64% | - |
| HSV(B) | 341.77º | 0.39% | 0.8% | - |
| XYZ | 37.18 | 29.25 | 31.7 | - |
| YUV | 150.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 148 | 0 | 0.39 | 0.27 | 0.20 | 341.77 | 0.43 | 0.64 |
| Hex | CB | 7C | 94 | 0 | 27 | 1B | 14 | 156 | 2B | 40 |
| Octal | 313 | 174 | 224 | 0 | 47 | 33 | 24 | 526 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10010100 | 0 | 100111 | 11011 | 10100 | 101010110 | 101011 | 1000000 |
Color Harmonies of #CB7C94
Complementary color
Monochromatic Colors of #CB7C94
Black with #CB7C94
Text Example
Text Example
White with #CB7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C94; }
p { color: rgb(203,124,148); }
H1.HeaderClassName
{
color: #CB7C94;
}
.AnyTagClassName
{
color: #CB7C94;
}
</style>
background-color css
<style>
a { background-color: #CB7C94; }
a { background-color: rgb(203,124,148); }
div.DivClassName
{
background-color: #CB7C94;
}
.BgClassName
{
background-color: #CB7C94;
}
</style>
border-color css
<style>
span { border-color: #CB7C94; }
span { border-color: rgb(203,124,148); }
td.TdClassName
{
border-color: #CB7C94;
}
.TagClassName
{
border-color: #CB7C94;
}
</style>