Shades of Puce #CC848D
Tints of Puce #CC848D
RGB
CMYK
RGB Variations
Color information
#CC848D (or 0xCC848D) is known color: Puce. HEX triplet: CC, 84 and 8D. RGB value is (204,132,141). Sum of RGB (Red+Green+Blue) = 204+132+141=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848D is #337B72. Grayscale: #9A9A9A. Windows color (decimal): -3373939 or 9274572. OLE color: 9274572.
HSL color Cylindrical-coordinate representation of color #CC848D: hue angle of 352.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC848D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 141 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.2 |
| HSL | 352.5º | 0.41% | 0.66% | - |
| HSV(B) | 352.5º | 0.35% | 0.8% | - |
| XYZ | 37.96 | 31.26 | 29.23 | - |
| YUV | 154.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 141 | 0 | 0.35 | 0.31 | 0.2 | 352.5 | 0.41 | 0.66 |
| Hex | CC | 84 | 8D | 0 | 23 | 1F | 14 | 160 | 29 | 42 |
| Octal | 314 | 204 | 215 | 0 | 43 | 37 | 24 | 540 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10001101 | 0 | 100011 | 11111 | 10100 | 101100000 | 101001 | 1000010 |
Color Harmonies of #CC848D
Complementary color
Monochromatic Colors of #CC848D
Black with #CC848D
Text Example
Text Example
White with #CC848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC848D; }
p { color: rgb(204,132,141); }
H1.HeaderClassName
{
color: #CC848D;
}
.AnyTagClassName
{
color: #CC848D;
}
</style>
background-color css
<style>
a { background-color: #CC848D; }
a { background-color: rgb(204,132,141); }
div.DivClassName
{
background-color: #CC848D;
}
.BgClassName
{
background-color: #CC848D;
}
</style>
border-color css
<style>
span { border-color: #CC848D; }
span { border-color: rgb(204,132,141); }
td.TdClassName
{
border-color: #CC848D;
}
.TagClassName
{
border-color: #CC848D;
}
</style>