Shades of Puce #CB828C
Tints of Puce #CB828C
RGB
CMYK
RGB Variations
Color information
#CB828C (or 0xCB828C) is known color: Puce. HEX triplet: CB, 82 and 8C. RGB value is (203,130,140). Sum of RGB (Red+Green+Blue) = 203+130+140=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB828C is #347D73. Grayscale: #999999. Windows color (decimal): -3439988 or 9208523. OLE color: 9208523.
HSL color Cylindrical-coordinate representation of color #CB828C: hue angle of 351.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB828C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 140 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.20 |
| HSL | 351.78º | 0.41% | 0.65% | - |
| HSV(B) | 351.78º | 0.36% | 0.8% | - |
| XYZ | 37.34 | 30.56 | 28.74 | - |
| YUV | 152.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 140 | 0 | 0.36 | 0.31 | 0.20 | 351.78 | 0.41 | 0.65 |
| Hex | CB | 82 | 8C | 0 | 24 | 1F | 14 | 160 | 29 | 41 |
| Octal | 313 | 202 | 214 | 0 | 44 | 37 | 24 | 540 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10001100 | 0 | 100100 | 11111 | 10100 | 101100000 | 101001 | 1000001 |
Color Harmonies of #CB828C
Complementary color
Monochromatic Colors of #CB828C
Black with #CB828C
Text Example
Text Example
White with #CB828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB828C; }
p { color: rgb(203,130,140); }
H1.HeaderClassName
{
color: #CB828C;
}
.AnyTagClassName
{
color: #CB828C;
}
</style>
background-color css
<style>
a { background-color: #CB828C; }
a { background-color: rgb(203,130,140); }
div.DivClassName
{
background-color: #CB828C;
}
.BgClassName
{
background-color: #CB828C;
}
</style>
border-color css
<style>
span { border-color: #CB828C; }
span { border-color: rgb(203,130,140); }
td.TdClassName
{
border-color: #CB828C;
}
.TagClassName
{
border-color: #CB828C;
}
</style>