Shades of Puce #C67FA4
Tints of Puce #C67FA4
RGB
CMYK
RGB Variations
Color information
#C67FA4 (or 0xC67FA4) is known color: Puce. HEX triplet: C6, 7F and A4. RGB value is (198,127,164). Sum of RGB (Red+Green+Blue) = 198+127+164=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67FA4 is #39805B. Grayscale: #989898. Windows color (decimal): -3768412 or 10780614. OLE color: 10780614.
HSL color Cylindrical-coordinate representation of color #C67FA4: hue angle of 328.73º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FA4 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 164 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.22 |
| HSL | 328.73º | 0.38% | 0.64% | - |
| HSV(B) | 328.73º | 0.36% | 0.78% | - |
| XYZ | 37.58 | 29.86 | 38.91 | - |
| YUV | 152.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 164 | 0 | 0.36 | 0.17 | 0.22 | 328.73 | 0.38 | 0.64 |
| Hex | C6 | 7F | A4 | 0 | 24 | 11 | 16 | 149 | 26 | 40 |
| Octal | 306 | 177 | 244 | 0 | 44 | 21 | 26 | 511 | 46 | 100 |
| Binary | 11000110 | 1111111 | 10100100 | 0 | 100100 | 10001 | 10110 | 101001001 | 100110 | 1000000 |
Color Harmonies of #C67FA4
Complementary color
Monochromatic Colors of #C67FA4
Black with #C67FA4
Text Example
Text Example
White with #C67FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FA4; }
p { color: rgb(198,127,164); }
H1.HeaderClassName
{
color: #C67FA4;
}
.AnyTagClassName
{
color: #C67FA4;
}
</style>
background-color css
<style>
a { background-color: #C67FA4; }
a { background-color: rgb(198,127,164); }
div.DivClassName
{
background-color: #C67FA4;
}
.BgClassName
{
background-color: #C67FA4;
}
</style>
border-color css
<style>
span { border-color: #C67FA4; }
span { border-color: rgb(198,127,164); }
td.TdClassName
{
border-color: #C67FA4;
}
.TagClassName
{
border-color: #C67FA4;
}
</style>