Shades of Puce #C68492
Tints of Puce #C68492
RGB
CMYK
RGB Variations
Color information
#C68492 (or 0xC68492) is known color: Puce. HEX triplet: C6, 84 and 92. RGB value is (198,132,146). Sum of RGB (Red+Green+Blue) = 198+132+146=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C68492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68492 is #397B6D. Grayscale: #999999. Windows color (decimal): -3767150 or 9602246. OLE color: 9602246.
HSL color Cylindrical-coordinate representation of color #C68492: hue angle of 347.27º 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 #C68492 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 146 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.22 |
| HSL | 347.27º | 0.37% | 0.65% | - |
| HSV(B) | 347.27º | 0.33% | 0.78% | - |
| XYZ | 36.73 | 30.58 | 31.16 | - |
| YUV | 153.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 146 | 0 | 0.33 | 0.26 | 0.22 | 347.27 | 0.37 | 0.65 |
| Hex | C6 | 84 | 92 | 0 | 21 | 1A | 16 | 15B | 25 | 41 |
| Octal | 306 | 204 | 222 | 0 | 41 | 32 | 26 | 533 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10010010 | 0 | 100001 | 11010 | 10110 | 101011011 | 100101 | 1000001 |
Color Harmonies of #C68492
Complementary color
Monochromatic Colors of #C68492
Black with #C68492
Text Example
Text Example
White with #C68492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68492; }
p { color: rgb(198,132,146); }
H1.HeaderClassName
{
color: #C68492;
}
.AnyTagClassName
{
color: #C68492;
}
</style>
background-color css
<style>
a { background-color: #C68492; }
a { background-color: rgb(198,132,146); }
div.DivClassName
{
background-color: #C68492;
}
.BgClassName
{
background-color: #C68492;
}
</style>
border-color css
<style>
span { border-color: #C68492; }
span { border-color: rgb(198,132,146); }
td.TdClassName
{
border-color: #C68492;
}
.TagClassName
{
border-color: #C68492;
}
</style>