Shades of Puce #C28592
Tints of Puce #C28592
RGB
CMYK
RGB Variations
Color information
#C28592 (or 0xC28592) is known color: Puce. HEX triplet: C2, 85 and 92. RGB value is (194,133,146). Sum of RGB (Red+Green+Blue) = 194+133+146=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28592 is #3D7A6D. Grayscale: #989898. Windows color (decimal): -4029038 or 9602498. OLE color: 9602498.
HSL color Cylindrical-coordinate representation of color #C28592: hue angle of 347.21º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28592 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 146 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.24 |
| HSL | 347.21º | 0.33% | 0.64% | - |
| HSV(B) | 347.21º | 0.31% | 0.76% | - |
| XYZ | 35.82 | 30.32 | 31.16 | - |
| YUV | 152.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 146 | 0 | 0.31 | 0.25 | 0.24 | 347.21 | 0.33 | 0.64 |
| Hex | C2 | 85 | 92 | 0 | 1F | 19 | 18 | 15B | 21 | 40 |
| Octal | 302 | 205 | 222 | 0 | 37 | 31 | 30 | 533 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10010010 | 0 | 11111 | 11001 | 11000 | 101011011 | 100001 | 1000000 |
Color Harmonies of #C28592
Complementary color
Monochromatic Colors of #C28592
Black with #C28592
Text Example
Text Example
White with #C28592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28592; }
p { color: rgb(194,133,146); }
H1.HeaderClassName
{
color: #C28592;
}
.AnyTagClassName
{
color: #C28592;
}
</style>
background-color css
<style>
a { background-color: #C28592; }
a { background-color: rgb(194,133,146); }
div.DivClassName
{
background-color: #C28592;
}
.BgClassName
{
background-color: #C28592;
}
</style>
border-color css
<style>
span { border-color: #C28592; }
span { border-color: rgb(194,133,146); }
td.TdClassName
{
border-color: #C28592;
}
.TagClassName
{
border-color: #C28592;
}
</style>