Shades of Puce #C2878A
Tints of Puce #C2878A
RGB
CMYK
RGB Variations
Color information
#C2878A (or 0xC2878A) is known color: Puce. HEX triplet: C2, 87 and 8A. RGB value is (194,135,138). Sum of RGB (Red+Green+Blue) = 194+135+138=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2878A is #3D7875. Grayscale: #999999. Windows color (decimal): -4028534 or 9078722. OLE color: 9078722.
HSL color Cylindrical-coordinate representation of color #C2878A: hue angle of 356.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2878A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 138 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.24 |
| HSL | 356.95º | 0.33% | 0.65% | - |
| HSV(B) | 356.95º | 0.3% | 0.76% | - |
| XYZ | 35.5 | 30.63 | 28.09 | - |
| YUV | 152.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 138 | 0 | 0.30 | 0.29 | 0.24 | 356.95 | 0.33 | 0.65 |
| Hex | C2 | 87 | 8A | 0 | 1E | 1D | 18 | 165 | 21 | 41 |
| Octal | 302 | 207 | 212 | 0 | 36 | 35 | 30 | 545 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10001010 | 0 | 11110 | 11101 | 11000 | 101100101 | 100001 | 1000001 |
Color Harmonies of #C2878A
Complementary color
Monochromatic Colors of #C2878A
Black with #C2878A
Text Example
Text Example
White with #C2878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2878A; }
p { color: rgb(194,135,138); }
H1.HeaderClassName
{
color: #C2878A;
}
.AnyTagClassName
{
color: #C2878A;
}
</style>
background-color css
<style>
a { background-color: #C2878A; }
a { background-color: rgb(194,135,138); }
div.DivClassName
{
background-color: #C2878A;
}
.BgClassName
{
background-color: #C2878A;
}
</style>
border-color css
<style>
span { border-color: #C2878A; }
span { border-color: rgb(194,135,138); }
td.TdClassName
{
border-color: #C2878A;
}
.TagClassName
{
border-color: #C2878A;
}
</style>