Shades of Puce #C08A8B
Tints of Puce #C08A8B
RGB
CMYK
RGB Variations
Color information
#C08A8B (or 0xC08A8B) is known color: Puce. HEX triplet: C0, 8A and 8B. RGB value is (192,138,139). Sum of RGB (Red+Green+Blue) = 192+138+139=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A8B is #3F7574. Grayscale: #9A9A9A. Windows color (decimal): -4158837 or 9145024. OLE color: 9145024.
HSL color Cylindrical-coordinate representation of color #C08A8B: hue angle of 358.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08A8B is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 138 | 139 | - |
CMYK | 0 | 0.28 | 0.28 | 0.25 |
HSL | 358.89º | 0.3% | 0.65% | - |
HSV(B) | 358.89º | 0.28% | 0.75% | - |
XYZ | 35.49 | 31.25 | 28.59 | - |
YUV | 154.26 | 119.39 | 154.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 138 | 139 | 0 | 0.28 | 0.28 | 0.25 | 358.89 | 0.3 | 0.65 |
Hex | C0 | 8A | 8B | 0 | 1C | 1C | 19 | 167 | 1E | 41 |
Octal | 300 | 212 | 213 | 0 | 34 | 34 | 31 | 547 | 36 | 101 |
Binary | 11000000 | 10001010 | 10001011 | 0 | 11100 | 11100 | 11001 | 101100111 | 11110 | 1000001 |
Color Harmonies of #C08A8B
Complementary color
Monochromatic Colors of #C08A8B
Black with #C08A8B
Text Example
Text Example
White with #C08A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A8B; }
p { color: rgb(192,138,139); }
H1.HeaderClassName
{
color: #C08A8B;
}
.AnyTagClassName
{
color: #C08A8B;
}
</style>
background-color css
<style>
a { background-color: #C08A8B; }
a { background-color: rgb(192,138,139); }
div.DivClassName
{
background-color: #C08A8B;
}
.BgClassName
{
background-color: #C08A8B;
}
</style>
border-color css
<style>
span { border-color: #C08A8B; }
span { border-color: rgb(192,138,139); }
td.TdClassName
{
border-color: #C08A8B;
}
.TagClassName
{
border-color: #C08A8B;
}
</style>