Shades of Puce #C6848B
Tints of Puce #C6848B
RGB
CMYK
RGB Variations
Color information
#C6848B (or 0xC6848B) is known color: Puce. HEX triplet: C6, 84 and 8B. RGB value is (198,132,139). Sum of RGB (Red+Green+Blue) = 198+132+139=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6848B is #397B74. Grayscale: #989898. Windows color (decimal): -3767157 or 9143494. OLE color: 9143494.
HSL color Cylindrical-coordinate representation of color #C6848B: hue angle of 353.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6848B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 139 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.22 |
| HSL | 353.64º | 0.37% | 0.65% | - |
| HSV(B) | 353.64º | 0.33% | 0.78% | - |
| XYZ | 36.2 | 30.37 | 28.38 | - |
| YUV | 152.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 139 | 0 | 0.33 | 0.30 | 0.22 | 353.64 | 0.37 | 0.65 |
| Hex | C6 | 84 | 8B | 0 | 21 | 1E | 16 | 162 | 25 | 41 |
| Octal | 306 | 204 | 213 | 0 | 41 | 36 | 26 | 542 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10001011 | 0 | 100001 | 11110 | 10110 | 101100010 | 100101 | 1000001 |
Color Harmonies of #C6848B
Complementary color
Monochromatic Colors of #C6848B
Black with #C6848B
Text Example
Text Example
White with #C6848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6848B; }
p { color: rgb(198,132,139); }
H1.HeaderClassName
{
color: #C6848B;
}
.AnyTagClassName
{
color: #C6848B;
}
</style>
background-color css
<style>
a { background-color: #C6848B; }
a { background-color: rgb(198,132,139); }
div.DivClassName
{
background-color: #C6848B;
}
.BgClassName
{
background-color: #C6848B;
}
</style>
border-color css
<style>
span { border-color: #C6848B; }
span { border-color: rgb(198,132,139); }
td.TdClassName
{
border-color: #C6848B;
}
.TagClassName
{
border-color: #C6848B;
}
</style>