Shades of Puce #C88296
Tints of Puce #C88296
RGB
CMYK
RGB Variations
Color information
#C88296 (or 0xC88296) is known color: Puce. HEX triplet: C8, 82 and 96. RGB value is (200,130,150). Sum of RGB (Red+Green+Blue) = 200+130+150=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88296 is #377D69. Grayscale: #999999. Windows color (decimal): -3636586 or 9863880. OLE color: 9863880.
HSL color Cylindrical-coordinate representation of color #C88296: hue angle of 342.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88296 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 150 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.22 |
| HSL | 342.86º | 0.39% | 0.65% | - |
| HSV(B) | 342.86º | 0.35% | 0.78% | - |
| XYZ | 37.31 | 30.45 | 32.76 | - |
| YUV | 153.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 150 | 0 | 0.35 | 0.25 | 0.22 | 342.86 | 0.39 | 0.65 |
| Hex | C8 | 82 | 96 | 0 | 23 | 19 | 16 | 157 | 27 | 41 |
| Octal | 310 | 202 | 226 | 0 | 43 | 31 | 26 | 527 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10010110 | 0 | 100011 | 11001 | 10110 | 101010111 | 100111 | 1000001 |
Color Harmonies of #C88296
Complementary color
Monochromatic Colors of #C88296
Black with #C88296
Text Example
Text Example
White with #C88296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88296; }
p { color: rgb(200,130,150); }
H1.HeaderClassName
{
color: #C88296;
}
.AnyTagClassName
{
color: #C88296;
}
</style>
background-color css
<style>
a { background-color: #C88296; }
a { background-color: rgb(200,130,150); }
div.DivClassName
{
background-color: #C88296;
}
.BgClassName
{
background-color: #C88296;
}
</style>
border-color css
<style>
span { border-color: #C88296; }
span { border-color: rgb(200,130,150); }
td.TdClassName
{
border-color: #C88296;
}
.TagClassName
{
border-color: #C88296;
}
</style>