Shades of Puce #CB848A
Tints of Puce #CB848A
RGB
CMYK
RGB Variations
Color information
#CB848A (or 0xCB848A) is known color: Puce. HEX triplet: CB, 84 and 8A. RGB value is (203,132,138). Sum of RGB (Red+Green+Blue) = 203+132+138=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848A is #347B75. Grayscale: #999999. Windows color (decimal): -3439478 or 9077963. OLE color: 9077963.
HSL color Cylindrical-coordinate representation of color #CB848A: hue angle of 354.93º 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 #CB848A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 138 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.20 |
| HSL | 354.93º | 0.41% | 0.66% | - |
| HSV(B) | 354.93º | 0.35% | 0.8% | - |
| XYZ | 37.47 | 31.03 | 28.06 | - |
| YUV | 153.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 138 | 0 | 0.35 | 0.32 | 0.20 | 354.93 | 0.41 | 0.66 |
| Hex | CB | 84 | 8A | 0 | 23 | 20 | 14 | 163 | 29 | 42 |
| Octal | 313 | 204 | 212 | 0 | 43 | 40 | 24 | 543 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10001010 | 0 | 100011 | 100000 | 10100 | 101100011 | 101001 | 1000010 |
Color Harmonies of #CB848A
Complementary color
Monochromatic Colors of #CB848A
Black with #CB848A
Text Example
Text Example
White with #CB848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB848A; }
p { color: rgb(203,132,138); }
H1.HeaderClassName
{
color: #CB848A;
}
.AnyTagClassName
{
color: #CB848A;
}
</style>
background-color css
<style>
a { background-color: #CB848A; }
a { background-color: rgb(203,132,138); }
div.DivClassName
{
background-color: #CB848A;
}
.BgClassName
{
background-color: #CB848A;
}
</style>
border-color css
<style>
span { border-color: #CB848A; }
span { border-color: rgb(203,132,138); }
td.TdClassName
{
border-color: #CB848A;
}
.TagClassName
{
border-color: #CB848A;
}
</style>