Shades of Puce #C68A96
Tints of Puce #C68A96
RGB
CMYK
RGB Variations
Color information
#C68A96 (or 0xC68A96) is known color: Puce. HEX triplet: C6, 8A and 96. RGB value is (198,138,150). Sum of RGB (Red+Green+Blue) = 198+138+150=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A96 is #397569. Grayscale: #9D9D9D. Windows color (decimal): -3765610 or 9865926. OLE color: 9865926.
HSL color Cylindrical-coordinate representation of color #C68A96: hue angle of 348º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68A96 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 150 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.22 |
| HSL | 348º | 0.34% | 0.66% | - |
| HSV(B) | 348º | 0.3% | 0.78% | - |
| XYZ | 37.88 | 32.38 | 33.11 | - |
| YUV | 157.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 150 | 0 | 0.30 | 0.24 | 0.22 | 348 | 0.34 | 0.66 |
| Hex | C6 | 8A | 96 | 0 | 1E | 18 | 16 | 15C | 22 | 42 |
| Octal | 306 | 212 | 226 | 0 | 36 | 30 | 26 | 534 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10010110 | 0 | 11110 | 11000 | 10110 | 101011100 | 100010 | 1000010 |
Color Harmonies of #C68A96
Complementary color
Monochromatic Colors of #C68A96
Black with #C68A96
Text Example
Text Example
White with #C68A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A96; }
p { color: rgb(198,138,150); }
H1.HeaderClassName
{
color: #C68A96;
}
.AnyTagClassName
{
color: #C68A96;
}
</style>
background-color css
<style>
a { background-color: #C68A96; }
a { background-color: rgb(198,138,150); }
div.DivClassName
{
background-color: #C68A96;
}
.BgClassName
{
background-color: #C68A96;
}
</style>
border-color css
<style>
span { border-color: #C68A96; }
span { border-color: rgb(198,138,150); }
td.TdClassName
{
border-color: #C68A96;
}
.TagClassName
{
border-color: #C68A96;
}
</style>