Shades of Puce #C68892
Tints of Puce #C68892
RGB
CMYK
RGB Variations
Color information
#C68892 (or 0xC68892) is known color: Puce. HEX triplet: C6, 88 and 92. RGB value is (198,136,146). Sum of RGB (Red+Green+Blue) = 198+136+146=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68892 is #39776D. Grayscale: #9B9B9B. Windows color (decimal): -3766126 or 9603270. OLE color: 9603270.
HSL color Cylindrical-coordinate representation of color #C68892: hue angle of 350.32º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68892 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 146 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.22 |
| HSL | 350.32º | 0.35% | 0.65% | - |
| HSV(B) | 350.32º | 0.31% | 0.78% | - |
| XYZ | 37.28 | 31.69 | 31.35 | - |
| YUV | 155.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 146 | 0 | 0.31 | 0.26 | 0.22 | 350.32 | 0.35 | 0.65 |
| Hex | C6 | 88 | 92 | 0 | 1F | 1A | 16 | 15E | 23 | 41 |
| Octal | 306 | 210 | 222 | 0 | 37 | 32 | 26 | 536 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10010010 | 0 | 11111 | 11010 | 10110 | 101011110 | 100011 | 1000001 |
Color Harmonies of #C68892
Complementary color
Monochromatic Colors of #C68892
Black with #C68892
Text Example
Text Example
White with #C68892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68892; }
p { color: rgb(198,136,146); }
H1.HeaderClassName
{
color: #C68892;
}
.AnyTagClassName
{
color: #C68892;
}
</style>
background-color css
<style>
a { background-color: #C68892; }
a { background-color: rgb(198,136,146); }
div.DivClassName
{
background-color: #C68892;
}
.BgClassName
{
background-color: #C68892;
}
</style>
border-color css
<style>
span { border-color: #C68892; }
span { border-color: rgb(198,136,146); }
td.TdClassName
{
border-color: #C68892;
}
.TagClassName
{
border-color: #C68892;
}
</style>