Shades of Puce #C37D99
Tints of Puce #C37D99
RGB
CMYK
RGB Variations
Color information
#C37D99 (or 0xC37D99) is known color: Puce. HEX triplet: C3, 7D and 99. RGB value is (195,125,153). Sum of RGB (Red+Green+Blue) = 195+125+153=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D99 is #3C8266. Grayscale: #959595. Windows color (decimal): -3965543 or 10059203. OLE color: 10059203.
HSL color Cylindrical-coordinate representation of color #C37D99: hue angle of 336º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37D99 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 153 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.24 |
| HSL | 336º | 0.37% | 0.63% | - |
| HSV(B) | 336º | 0.36% | 0.76% | - |
| XYZ | 35.59 | 28.57 | 33.78 | - |
| YUV | 149.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 153 | 0 | 0.36 | 0.22 | 0.24 | 336 | 0.37 | 0.63 |
| Hex | C3 | 7D | 99 | 0 | 24 | 16 | 18 | 150 | 25 | 3F |
| Octal | 303 | 175 | 231 | 0 | 44 | 26 | 30 | 520 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10011001 | 0 | 100100 | 10110 | 11000 | 101010000 | 100101 | 111111 |
Color Harmonies of #C37D99
Complementary color
Monochromatic Colors of #C37D99
Black with #C37D99
Text Example
Text Example
White with #C37D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D99; }
p { color: rgb(195,125,153); }
H1.HeaderClassName
{
color: #C37D99;
}
.AnyTagClassName
{
color: #C37D99;
}
</style>
background-color css
<style>
a { background-color: #C37D99; }
a { background-color: rgb(195,125,153); }
div.DivClassName
{
background-color: #C37D99;
}
.BgClassName
{
background-color: #C37D99;
}
</style>
border-color css
<style>
span { border-color: #C37D99; }
span { border-color: rgb(195,125,153); }
td.TdClassName
{
border-color: #C37D99;
}
.TagClassName
{
border-color: #C37D99;
}
</style>