Shades of Puce #C583A0
Tints of Puce #C583A0
RGB
CMYK
RGB Variations
Color information
#C583A0 (or 0xC583A0) is known color: Puce. HEX triplet: C5, 83 and A0. RGB value is (197,131,160). Sum of RGB (Red+Green+Blue) = 197+131+160=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C583A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C583A0 is #3A7C5F. Grayscale: #999999. Windows color (decimal): -3832928 or 10519493. OLE color: 10519493.
HSL color Cylindrical-coordinate representation of color #C583A0: hue angle of 333.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C583A0 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 160 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.23 |
| HSL | 333.64º | 0.36% | 0.64% | - |
| HSV(B) | 333.64º | 0.34% | 0.77% | - |
| XYZ | 37.49 | 30.64 | 37.2 | - |
| YUV | 154.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 160 | 0 | 0.34 | 0.19 | 0.23 | 333.64 | 0.36 | 0.64 |
| Hex | C5 | 83 | A0 | 0 | 22 | 13 | 17 | 14E | 24 | 40 |
| Octal | 305 | 203 | 240 | 0 | 42 | 23 | 27 | 516 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10100000 | 0 | 100010 | 10011 | 10111 | 101001110 | 100100 | 1000000 |
Color Harmonies of #C583A0
Complementary color
Monochromatic Colors of #C583A0
Black with #C583A0
Text Example
Text Example
White with #C583A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583A0; }
p { color: rgb(197,131,160); }
H1.HeaderClassName
{
color: #C583A0;
}
.AnyTagClassName
{
color: #C583A0;
}
</style>
background-color css
<style>
a { background-color: #C583A0; }
a { background-color: rgb(197,131,160); }
div.DivClassName
{
background-color: #C583A0;
}
.BgClassName
{
background-color: #C583A0;
}
</style>
border-color css
<style>
span { border-color: #C583A0; }
span { border-color: rgb(197,131,160); }
td.TdClassName
{
border-color: #C583A0;
}
.TagClassName
{
border-color: #C583A0;
}
</style>