Shades of Puce #C37F9C
Tints of Puce #C37F9C
RGB
CMYK
RGB Variations
Color information
#C37F9C (or 0xC37F9C) is known color: Puce. HEX triplet: C3, 7F and 9C. RGB value is (195,127,156). Sum of RGB (Red+Green+Blue) = 195+127+156=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F9C is #3C8063. Grayscale: #969696. Windows color (decimal): -3965028 or 10256323. OLE color: 10256323.
HSL color Cylindrical-coordinate representation of color #C37F9C: hue angle of 334.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F9C is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 156 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.24 |
| HSL | 334.41º | 0.36% | 0.63% | - |
| HSV(B) | 334.41º | 0.35% | 0.76% | - |
| XYZ | 36.1 | 29.18 | 35.18 | - |
| YUV | 150.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 156 | 0 | 0.35 | 0.20 | 0.24 | 334.41 | 0.36 | 0.63 |
| Hex | C3 | 7F | 9C | 0 | 23 | 14 | 18 | 14E | 24 | 3F |
| Octal | 303 | 177 | 234 | 0 | 43 | 24 | 30 | 516 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10011100 | 0 | 100011 | 10100 | 11000 | 101001110 | 100100 | 111111 |
Color Harmonies of #C37F9C
Complementary color
Monochromatic Colors of #C37F9C
Black with #C37F9C
Text Example
Text Example
White with #C37F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F9C; }
p { color: rgb(195,127,156); }
H1.HeaderClassName
{
color: #C37F9C;
}
.AnyTagClassName
{
color: #C37F9C;
}
</style>
background-color css
<style>
a { background-color: #C37F9C; }
a { background-color: rgb(195,127,156); }
div.DivClassName
{
background-color: #C37F9C;
}
.BgClassName
{
background-color: #C37F9C;
}
</style>
border-color css
<style>
span { border-color: #C37F9C; }
span { border-color: rgb(195,127,156); }
td.TdClassName
{
border-color: #C37F9C;
}
.TagClassName
{
border-color: #C37F9C;
}
</style>