Shades of Puce #C68488
Tints of Puce #C68488
RGB
CMYK
RGB Variations
Color information
#C68488 (or 0xC68488) is known color: Puce. HEX triplet: C6, 84 and 88. RGB value is (198,132,136). Sum of RGB (Red+Green+Blue) = 198+132+136=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68488 is #397B77. Grayscale: #989898. Windows color (decimal): -3767160 or 8946886. OLE color: 8946886.
HSL color Cylindrical-coordinate representation of color #C68488: hue angle of 356.36º 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 #C68488 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 136 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.22 |
| HSL | 356.36º | 0.37% | 0.65% | - |
| HSV(B) | 356.36º | 0.33% | 0.78% | - |
| XYZ | 35.98 | 30.29 | 27.24 | - |
| YUV | 152.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 136 | 0 | 0.33 | 0.31 | 0.22 | 356.36 | 0.37 | 0.65 |
| Hex | C6 | 84 | 88 | 0 | 21 | 1F | 16 | 164 | 25 | 41 |
| Octal | 306 | 204 | 210 | 0 | 41 | 37 | 26 | 544 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10001000 | 0 | 100001 | 11111 | 10110 | 101100100 | 100101 | 1000001 |
Color Harmonies of #C68488
Complementary color
Monochromatic Colors of #C68488
Black with #C68488
Text Example
Text Example
White with #C68488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68488; }
p { color: rgb(198,132,136); }
H1.HeaderClassName
{
color: #C68488;
}
.AnyTagClassName
{
color: #C68488;
}
</style>
background-color css
<style>
a { background-color: #C68488; }
a { background-color: rgb(198,132,136); }
div.DivClassName
{
background-color: #C68488;
}
.BgClassName
{
background-color: #C68488;
}
</style>
border-color css
<style>
span { border-color: #C68488; }
span { border-color: rgb(198,132,136); }
td.TdClassName
{
border-color: #C68488;
}
.TagClassName
{
border-color: #C68488;
}
</style>