Shades of Puce #C68490
Tints of Puce #C68490
RGB
CMYK
RGB Variations
Color information
#C68490 (or 0xC68490) is known color: Puce. HEX triplet: C6, 84 and 90. RGB value is (198,132,144). Sum of RGB (Red+Green+Blue) = 198+132+144=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68490 is #397B6F. Grayscale: #999999. Windows color (decimal): -3767152 or 9471174. OLE color: 9471174.
HSL color Cylindrical-coordinate representation of color #C68490: hue angle of 349.09º 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 #C68490 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 144 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.22 |
| HSL | 349.09º | 0.37% | 0.65% | - |
| HSV(B) | 349.09º | 0.33% | 0.78% | - |
| XYZ | 36.57 | 30.52 | 30.35 | - |
| YUV | 153.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 144 | 0 | 0.33 | 0.27 | 0.22 | 349.09 | 0.37 | 0.65 |
| Hex | C6 | 84 | 90 | 0 | 21 | 1B | 16 | 15D | 25 | 41 |
| Octal | 306 | 204 | 220 | 0 | 41 | 33 | 26 | 535 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10010000 | 0 | 100001 | 11011 | 10110 | 101011101 | 100101 | 1000001 |
Color Harmonies of #C68490
Complementary color
Monochromatic Colors of #C68490
Black with #C68490
Text Example
Text Example
White with #C68490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68490; }
p { color: rgb(198,132,144); }
H1.HeaderClassName
{
color: #C68490;
}
.AnyTagClassName
{
color: #C68490;
}
</style>
background-color css
<style>
a { background-color: #C68490; }
a { background-color: rgb(198,132,144); }
div.DivClassName
{
background-color: #C68490;
}
.BgClassName
{
background-color: #C68490;
}
</style>
border-color css
<style>
span { border-color: #C68490; }
span { border-color: rgb(198,132,144); }
td.TdClassName
{
border-color: #C68490;
}
.TagClassName
{
border-color: #C68490;
}
</style>