Shades of Puce #CC8594
Tints of Puce #CC8594
RGB
CMYK
RGB Variations
Color information
#CC8594 (or 0xCC8594) is known color: Puce. HEX triplet: CC, 85 and 94. RGB value is (204,133,148). Sum of RGB (Red+Green+Blue) = 204+133+148=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8594 is #337A6B. Grayscale: #9B9B9B. Windows color (decimal): -3373676 or 9733580. OLE color: 9733580.
HSL color Cylindrical-coordinate representation of color #CC8594: hue angle of 347.32º 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 #CC8594 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 148 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.2 |
| HSL | 347.32º | 0.41% | 0.66% | - |
| HSV(B) | 347.32º | 0.35% | 0.8% | - |
| XYZ | 38.63 | 31.75 | 32.11 | - |
| YUV | 155.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 148 | 0 | 0.35 | 0.27 | 0.2 | 347.32 | 0.41 | 0.66 |
| Hex | CC | 85 | 94 | 0 | 23 | 1B | 14 | 15B | 29 | 42 |
| Octal | 314 | 205 | 224 | 0 | 43 | 33 | 24 | 533 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10010100 | 0 | 100011 | 11011 | 10100 | 101011011 | 101001 | 1000010 |
Color Harmonies of #CC8594
Complementary color
Monochromatic Colors of #CC8594
Black with #CC8594
Text Example
Text Example
White with #CC8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8594; }
p { color: rgb(204,133,148); }
H1.HeaderClassName
{
color: #CC8594;
}
.AnyTagClassName
{
color: #CC8594;
}
</style>
background-color css
<style>
a { background-color: #CC8594; }
a { background-color: rgb(204,133,148); }
div.DivClassName
{
background-color: #CC8594;
}
.BgClassName
{
background-color: #CC8594;
}
</style>
border-color css
<style>
span { border-color: #CC8594; }
span { border-color: rgb(204,133,148); }
td.TdClassName
{
border-color: #CC8594;
}
.TagClassName
{
border-color: #CC8594;
}
</style>