Shades of Puce #CB838A
Tints of Puce #CB838A
RGB
CMYK
RGB Variations
Color information
#CB838A (or 0xCB838A) is known color: Puce. HEX triplet: CB, 83 and 8A. RGB value is (203,131,138). Sum of RGB (Red+Green+Blue) = 203+131+138=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB838A is #347C75. Grayscale: #999999. Windows color (decimal): -3439734 or 9077707. OLE color: 9077707.
HSL color Cylindrical-coordinate representation of color #CB838A: hue angle of 354.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB838A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 138 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.20 |
| HSL | 354.17º | 0.41% | 0.65% | - |
| HSV(B) | 354.17º | 0.35% | 0.8% | - |
| XYZ | 37.33 | 30.76 | 28.02 | - |
| YUV | 153.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 138 | 0 | 0.35 | 0.32 | 0.20 | 354.17 | 0.41 | 0.65 |
| Hex | CB | 83 | 8A | 0 | 23 | 20 | 14 | 162 | 29 | 41 |
| Octal | 313 | 203 | 212 | 0 | 43 | 40 | 24 | 542 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10001010 | 0 | 100011 | 100000 | 10100 | 101100010 | 101001 | 1000001 |
Color Harmonies of #CB838A
Complementary color
Monochromatic Colors of #CB838A
Black with #CB838A
Text Example
Text Example
White with #CB838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB838A; }
p { color: rgb(203,131,138); }
H1.HeaderClassName
{
color: #CB838A;
}
.AnyTagClassName
{
color: #CB838A;
}
</style>
background-color css
<style>
a { background-color: #CB838A; }
a { background-color: rgb(203,131,138); }
div.DivClassName
{
background-color: #CB838A;
}
.BgClassName
{
background-color: #CB838A;
}
</style>
border-color css
<style>
span { border-color: #CB838A; }
span { border-color: rgb(203,131,138); }
td.TdClassName
{
border-color: #CB838A;
}
.TagClassName
{
border-color: #CB838A;
}
</style>