Shades of Puce #CC819B
Tints of Puce #CC819B
RGB
CMYK
RGB Variations
Color information
#CC819B (or 0xCC819B) is known color: Puce. HEX triplet: CC, 81 and 9B. RGB value is (204,129,155). Sum of RGB (Red+Green+Blue) = 204+129+155=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC819B is #337E64. Grayscale: #9A9A9A. Windows color (decimal): -3374693 or 10191308. OLE color: 10191308.
HSL color Cylindrical-coordinate representation of color #CC819B: hue angle of 339.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC819B is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 155 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.2 |
| HSL | 339.2º | 0.42% | 0.65% | - |
| HSV(B) | 339.2º | 0.37% | 0.8% | - |
| XYZ | 38.67 | 30.9 | 34.94 | - |
| YUV | 154.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 155 | 0 | 0.37 | 0.24 | 0.2 | 339.2 | 0.42 | 0.65 |
| Hex | CC | 81 | 9B | 0 | 25 | 18 | 14 | 153 | 2A | 41 |
| Octal | 314 | 201 | 233 | 0 | 45 | 30 | 24 | 523 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10011011 | 0 | 100101 | 11000 | 10100 | 101010011 | 101010 | 1000001 |
Color Harmonies of #CC819B
Complementary color
Monochromatic Colors of #CC819B
Black with #CC819B
Text Example
Text Example
White with #CC819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC819B; }
p { color: rgb(204,129,155); }
H1.HeaderClassName
{
color: #CC819B;
}
.AnyTagClassName
{
color: #CC819B;
}
</style>
background-color css
<style>
a { background-color: #CC819B; }
a { background-color: rgb(204,129,155); }
div.DivClassName
{
background-color: #CC819B;
}
.BgClassName
{
background-color: #CC819B;
}
</style>
border-color css
<style>
span { border-color: #CC819B; }
span { border-color: rgb(204,129,155); }
td.TdClassName
{
border-color: #CC819B;
}
.TagClassName
{
border-color: #CC819B;
}
</style>