Shades of Puce #C38798
Tints of Puce #C38798
RGB
CMYK
RGB Variations
Color information
#C38798 (or 0xC38798) is known color: Puce. HEX triplet: C3, 87 and 98. RGB value is (195,135,152). Sum of RGB (Red+Green+Blue) = 195+135+152=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38798 is #3C7867. Grayscale: #9A9A9A. Windows color (decimal): -3962984 or 9996227. OLE color: 9996227.
HSL color Cylindrical-coordinate representation of color #C38798: hue angle of 343º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38798 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 152 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.24 |
| HSL | 343º | 0.33% | 0.65% | - |
| HSV(B) | 343º | 0.31% | 0.76% | - |
| XYZ | 36.84 | 31.2 | 33.79 | - |
| YUV | 154.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 152 | 0 | 0.31 | 0.22 | 0.24 | 343 | 0.33 | 0.65 |
| Hex | C3 | 87 | 98 | 0 | 1F | 16 | 18 | 157 | 21 | 41 |
| Octal | 303 | 207 | 230 | 0 | 37 | 26 | 30 | 527 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10011000 | 0 | 11111 | 10110 | 11000 | 101010111 | 100001 | 1000001 |
Color Harmonies of #C38798
Complementary color
Monochromatic Colors of #C38798
Black with #C38798
Text Example
Text Example
White with #C38798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38798; }
p { color: rgb(195,135,152); }
H1.HeaderClassName
{
color: #C38798;
}
.AnyTagClassName
{
color: #C38798;
}
</style>
background-color css
<style>
a { background-color: #C38798; }
a { background-color: rgb(195,135,152); }
div.DivClassName
{
background-color: #C38798;
}
.BgClassName
{
background-color: #C38798;
}
</style>
border-color css
<style>
span { border-color: #C38798; }
span { border-color: rgb(195,135,152); }
td.TdClassName
{
border-color: #C38798;
}
.TagClassName
{
border-color: #C38798;
}
</style>