Shades of Puce #C8838A
Tints of Puce #C8838A
RGB
CMYK
RGB Variations
Color information
#C8838A (or 0xC8838A) is known color: Puce. HEX triplet: C8, 83 and 8A. RGB value is (200,131,138). Sum of RGB (Red+Green+Blue) = 200+131+138=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8838A is #377C75. Grayscale: #989898. Windows color (decimal): -3636342 or 9077704. OLE color: 9077704.
HSL color Cylindrical-coordinate representation of color #C8838A: hue angle of 353.91º 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 #C8838A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 138 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.22 |
| HSL | 353.91º | 0.39% | 0.65% | - |
| HSV(B) | 353.91º | 0.35% | 0.78% | - |
| XYZ | 36.52 | 30.35 | 27.98 | - |
| YUV | 152.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 138 | 0 | 0.34 | 0.31 | 0.22 | 353.91 | 0.39 | 0.65 |
| Hex | C8 | 83 | 8A | 0 | 22 | 1F | 16 | 162 | 27 | 41 |
| Octal | 310 | 203 | 212 | 0 | 42 | 37 | 26 | 542 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10001010 | 0 | 100010 | 11111 | 10110 | 101100010 | 100111 | 1000001 |
Color Harmonies of #C8838A
Complementary color
Monochromatic Colors of #C8838A
Black with #C8838A
Text Example
Text Example
White with #C8838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8838A; }
p { color: rgb(200,131,138); }
H1.HeaderClassName
{
color: #C8838A;
}
.AnyTagClassName
{
color: #C8838A;
}
</style>
background-color css
<style>
a { background-color: #C8838A; }
a { background-color: rgb(200,131,138); }
div.DivClassName
{
background-color: #C8838A;
}
.BgClassName
{
background-color: #C8838A;
}
</style>
border-color css
<style>
span { border-color: #C8838A; }
span { border-color: rgb(200,131,138); }
td.TdClassName
{
border-color: #C8838A;
}
.TagClassName
{
border-color: #C8838A;
}
</style>