Shades of Puce #CC869C
Tints of Puce #CC869C
RGB
CMYK
RGB Variations
Color information
#CC869C (or 0xCC869C) is known color: Puce. HEX triplet: CC, 86 and 9C. RGB value is (204,134,156). Sum of RGB (Red+Green+Blue) = 204+134+156=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869C is #337963. Grayscale: #9D9D9D. Windows color (decimal): -3373412 or 10258124. OLE color: 10258124.
HSL color Cylindrical-coordinate representation of color #CC869C: hue angle of 341.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC869C is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 134 | 156 | - |
CMYK | 0 | 0.34 | 0.24 | 0.2 |
HSL | 341.14º | 0.41% | 0.66% | - |
HSV(B) | 341.14º | 0.34% | 0.8% | - |
XYZ | 39.43 | 32.29 | 35.61 | - |
YUV | 157.44 | 127.19 | 161.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 134 | 156 | 0 | 0.34 | 0.24 | 0.2 | 341.14 | 0.41 | 0.66 |
Hex | CC | 86 | 9C | 0 | 22 | 18 | 14 | 155 | 29 | 42 |
Octal | 314 | 206 | 234 | 0 | 42 | 30 | 24 | 525 | 51 | 102 |
Binary | 11001100 | 10000110 | 10011100 | 0 | 100010 | 11000 | 10100 | 101010101 | 101001 | 1000010 |
Color Harmonies of #CC869C
Complementary color
Monochromatic Colors of #CC869C
Black with #CC869C
Text Example
Text Example
White with #CC869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC869C; }
p { color: rgb(204,134,156); }
H1.HeaderClassName
{
color: #CC869C;
}
.AnyTagClassName
{
color: #CC869C;
}
</style>
background-color css
<style>
a { background-color: #CC869C; }
a { background-color: rgb(204,134,156); }
div.DivClassName
{
background-color: #CC869C;
}
.BgClassName
{
background-color: #CC869C;
}
</style>
border-color css
<style>
span { border-color: #CC869C; }
span { border-color: rgb(204,134,156); }
td.TdClassName
{
border-color: #CC869C;
}
.TagClassName
{
border-color: #CC869C;
}
</style>