Shades of Puce #C68589
Tints of Puce #C68589
RGB
CMYK
RGB Variations
Color information
#C68589 (or 0xC68589) is known color: Puce. HEX triplet: C6, 85 and 89. RGB value is (198,133,137). Sum of RGB (Red+Green+Blue) = 198+133+137=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C68589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68589 is #397A76. Grayscale: #989898. Windows color (decimal): -3766903 or 9012678. OLE color: 9012678.
HSL color Cylindrical-coordinate representation of color #C68589: hue angle of 356.31º degrees, saturation: 0.36, 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 #C68589 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 137 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.22 |
| HSL | 356.31º | 0.36% | 0.65% | - |
| HSV(B) | 356.31º | 0.33% | 0.78% | - |
| XYZ | 36.19 | 30.59 | 27.66 | - |
| YUV | 152.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 137 | 0 | 0.33 | 0.31 | 0.22 | 356.31 | 0.36 | 0.65 |
| Hex | C6 | 85 | 89 | 0 | 21 | 1F | 16 | 164 | 24 | 41 |
| Octal | 306 | 205 | 211 | 0 | 41 | 37 | 26 | 544 | 44 | 101 |
| Binary | 11000110 | 10000101 | 10001001 | 0 | 100001 | 11111 | 10110 | 101100100 | 100100 | 1000001 |
Color Harmonies of #C68589
Complementary color
Monochromatic Colors of #C68589
Black with #C68589
Text Example
Text Example
White with #C68589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68589; }
p { color: rgb(198,133,137); }
H1.HeaderClassName
{
color: #C68589;
}
.AnyTagClassName
{
color: #C68589;
}
</style>
background-color css
<style>
a { background-color: #C68589; }
a { background-color: rgb(198,133,137); }
div.DivClassName
{
background-color: #C68589;
}
.BgClassName
{
background-color: #C68589;
}
</style>
border-color css
<style>
span { border-color: #C68589; }
span { border-color: rgb(198,133,137); }
td.TdClassName
{
border-color: #C68589;
}
.TagClassName
{
border-color: #C68589;
}
</style>