Shades of Puce #CC848A
Tints of Puce #CC848A
RGB
CMYK
RGB Variations
Color information
#CC848A (or 0xCC848A) is known color: Puce. HEX triplet: CC, 84 and 8A. RGB value is (204,132,138). Sum of RGB (Red+Green+Blue) = 204+132+138=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848A is #337B75. Grayscale: #9A9A9A. Windows color (decimal): -3373942 or 9077964. OLE color: 9077964.
HSL color Cylindrical-coordinate representation of color #CC848A: hue angle of 355º 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 #CC848A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 138 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.2 |
| HSL | 355º | 0.41% | 0.66% | - |
| HSV(B) | 355º | 0.35% | 0.8% | - |
| XYZ | 37.74 | 31.17 | 28.07 | - |
| YUV | 154.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 138 | 0 | 0.35 | 0.32 | 0.2 | 355 | 0.41 | 0.66 |
| Hex | CC | 84 | 8A | 0 | 23 | 20 | 14 | 163 | 29 | 42 |
| Octal | 314 | 204 | 212 | 0 | 43 | 40 | 24 | 543 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10001010 | 0 | 100011 | 100000 | 10100 | 101100011 | 101001 | 1000010 |
Color Harmonies of #CC848A
Complementary color
Monochromatic Colors of #CC848A
Black with #CC848A
Text Example
Text Example
White with #CC848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC848A; }
p { color: rgb(204,132,138); }
H1.HeaderClassName
{
color: #CC848A;
}
.AnyTagClassName
{
color: #CC848A;
}
</style>
background-color css
<style>
a { background-color: #CC848A; }
a { background-color: rgb(204,132,138); }
div.DivClassName
{
background-color: #CC848A;
}
.BgClassName
{
background-color: #CC848A;
}
</style>
border-color css
<style>
span { border-color: #CC848A; }
span { border-color: rgb(204,132,138); }
td.TdClassName
{
border-color: #CC848A;
}
.TagClassName
{
border-color: #CC848A;
}
</style>