Shades of Puce #C68E92
Tints of Puce #C68E92
RGB
CMYK
RGB Variations
Color information
#C68E92 (or 0xC68E92) is known color: Puce. HEX triplet: C6, 8E and 92. RGB value is (198,142,146). Sum of RGB (Red+Green+Blue) = 198+142+146=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E92 is #39716D. Grayscale: #9F9F9F. Windows color (decimal): -3764590 or 9604806. OLE color: 9604806.
HSL color Cylindrical-coordinate representation of color #C68E92: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68E92 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 146 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 355.71º | 0.33% | 0.67% | - |
| HSV(B) | 355.71º | 0.28% | 0.78% | - |
| XYZ | 38.15 | 33.43 | 31.64 | - |
| YUV | 159.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 146 | 0 | 0.28 | 0.26 | 0.22 | 355.71 | 0.33 | 0.67 |
| Hex | C6 | 8E | 92 | 0 | 1C | 1A | 16 | 164 | 21 | 43 |
| Octal | 306 | 216 | 222 | 0 | 34 | 32 | 26 | 544 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10010010 | 0 | 11100 | 11010 | 10110 | 101100100 | 100001 | 1000011 |
Color Harmonies of #C68E92
Complementary color
Monochromatic Colors of #C68E92
Black with #C68E92
Text Example
Text Example
White with #C68E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E92; }
p { color: rgb(198,142,146); }
H1.HeaderClassName
{
color: #C68E92;
}
.AnyTagClassName
{
color: #C68E92;
}
</style>
background-color css
<style>
a { background-color: #C68E92; }
a { background-color: rgb(198,142,146); }
div.DivClassName
{
background-color: #C68E92;
}
.BgClassName
{
background-color: #C68E92;
}
</style>
border-color css
<style>
span { border-color: #C68E92; }
span { border-color: rgb(198,142,146); }
td.TdClassName
{
border-color: #C68E92;
}
.TagClassName
{
border-color: #C68E92;
}
</style>