Shades of Puce #C28A8B
Tints of Puce #C28A8B
RGB
CMYK
RGB Variations
Color information
#C28A8B (or 0xC28A8B) is known color: Puce. HEX triplet: C2, 8A and 8B. RGB value is (194,138,139). Sum of RGB (Red+Green+Blue) = 194+138+139=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A8B is #3D7574. Grayscale: #9A9A9A. Windows color (decimal): -4027765 or 9145026. OLE color: 9145026.
HSL color Cylindrical-coordinate representation of color #C28A8B: hue angle of 358.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28A8B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 139 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.24 |
| HSL | 358.93º | 0.31% | 0.65% | - |
| HSV(B) | 358.93º | 0.29% | 0.76% | - |
| XYZ | 36 | 31.51 | 28.61 | - |
| YUV | 154.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 139 | 0 | 0.29 | 0.28 | 0.24 | 358.93 | 0.31 | 0.65 |
| Hex | C2 | 8A | 8B | 0 | 1D | 1C | 18 | 167 | 1F | 41 |
| Octal | 302 | 212 | 213 | 0 | 35 | 34 | 30 | 547 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10001011 | 0 | 11101 | 11100 | 11000 | 101100111 | 11111 | 1000001 |
Color Harmonies of #C28A8B
Complementary color
Monochromatic Colors of #C28A8B
Black with #C28A8B
Text Example
Text Example
White with #C28A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A8B; }
p { color: rgb(194,138,139); }
H1.HeaderClassName
{
color: #C28A8B;
}
.AnyTagClassName
{
color: #C28A8B;
}
</style>
background-color css
<style>
a { background-color: #C28A8B; }
a { background-color: rgb(194,138,139); }
div.DivClassName
{
background-color: #C28A8B;
}
.BgClassName
{
background-color: #C28A8B;
}
</style>
border-color css
<style>
span { border-color: #C28A8B; }
span { border-color: rgb(194,138,139); }
td.TdClassName
{
border-color: #C28A8B;
}
.TagClassName
{
border-color: #C28A8B;
}
</style>