Shades of Puce #C38597
Tints of Puce #C38597
RGB
CMYK
RGB Variations
Color information
#C38597 (or 0xC38597) is known color: Puce. HEX triplet: C3, 85 and 97. RGB value is (195,133,151). Sum of RGB (Red+Green+Blue) = 195+133+151=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38597 is #3C7A68. Grayscale: #999999. Windows color (decimal): -3963497 or 9930179. OLE color: 9930179.
HSL color Cylindrical-coordinate representation of color #C38597: hue angle of 342.58º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38597 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 151 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.24 |
| HSL | 342.58º | 0.34% | 0.64% | - |
| HSV(B) | 342.58º | 0.32% | 0.76% | - |
| XYZ | 36.48 | 30.61 | 33.26 | - |
| YUV | 153.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 151 | 0 | 0.32 | 0.23 | 0.24 | 342.58 | 0.34 | 0.64 |
| Hex | C3 | 85 | 97 | 0 | 20 | 17 | 18 | 157 | 22 | 40 |
| Octal | 303 | 205 | 227 | 0 | 40 | 27 | 30 | 527 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10010111 | 0 | 100000 | 10111 | 11000 | 101010111 | 100010 | 1000000 |
Color Harmonies of #C38597
Complementary color
Monochromatic Colors of #C38597
Black with #C38597
Text Example
Text Example
White with #C38597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38597; }
p { color: rgb(195,133,151); }
H1.HeaderClassName
{
color: #C38597;
}
.AnyTagClassName
{
color: #C38597;
}
</style>
background-color css
<style>
a { background-color: #C38597; }
a { background-color: rgb(195,133,151); }
div.DivClassName
{
background-color: #C38597;
}
.BgClassName
{
background-color: #C38597;
}
</style>
border-color css
<style>
span { border-color: #C38597; }
span { border-color: rgb(195,133,151); }
td.TdClassName
{
border-color: #C38597;
}
.TagClassName
{
border-color: #C38597;
}
</style>