Shades of Puce #C68E93
Tints of Puce #C68E93
RGB
CMYK
RGB Variations
Color information
#C68E93 (or 0xC68E93) is known color: Puce. HEX triplet: C6, 8E and 93. RGB value is (198,142,147). Sum of RGB (Red+Green+Blue) = 198+142+147=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E93 is #39716C. Grayscale: #9F9F9F. Windows color (decimal): -3764589 or 9670342. OLE color: 9670342.
HSL color Cylindrical-coordinate representation of color #C68E93: hue angle of 354.64º 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 #C68E93 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 147 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 354.64º | 0.33% | 0.67% | - |
| HSV(B) | 354.64º | 0.28% | 0.78% | - |
| XYZ | 38.23 | 33.46 | 32.05 | - |
| YUV | 159.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 147 | 0 | 0.28 | 0.26 | 0.22 | 354.64 | 0.33 | 0.67 |
| Hex | C6 | 8E | 93 | 0 | 1C | 1A | 16 | 163 | 21 | 43 |
| Octal | 306 | 216 | 223 | 0 | 34 | 32 | 26 | 543 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10010011 | 0 | 11100 | 11010 | 10110 | 101100011 | 100001 | 1000011 |
Color Harmonies of #C68E93
Complementary color
Monochromatic Colors of #C68E93
Black with #C68E93
Text Example
Text Example
White with #C68E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E93; }
p { color: rgb(198,142,147); }
H1.HeaderClassName
{
color: #C68E93;
}
.AnyTagClassName
{
color: #C68E93;
}
</style>
background-color css
<style>
a { background-color: #C68E93; }
a { background-color: rgb(198,142,147); }
div.DivClassName
{
background-color: #C68E93;
}
.BgClassName
{
background-color: #C68E93;
}
</style>
border-color css
<style>
span { border-color: #C68E93; }
span { border-color: rgb(198,142,147); }
td.TdClassName
{
border-color: #C68E93;
}
.TagClassName
{
border-color: #C68E93;
}
</style>