Shades of Putty #C8B673
Tints of Putty #C8B673
RGB
CMYK
RGB Variations
Color information
#C8B673 (or 0xC8B673) is known color: Putty. HEX triplet: C8, B6 and 73. RGB value is (200,182,115). Sum of RGB (Red+Green+Blue) = 200+182+115=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B673 is #37498C. Grayscale: #B4B4B4. Windows color (decimal): -3623309 or 7583432. OLE color: 7583432.
HSL color Cylindrical-coordinate representation of color #C8B673: hue angle of 47.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8B673 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 115 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.22 |
| HSL | 47.29º | 0.44% | 0.62% | - |
| HSV(B) | 47.29º | 0.43% | 0.78% | - |
| XYZ | 43.64 | 46.97 | 22.99 | - |
| YUV | 179.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 115 | 0 | 0.09 | 0.42 | 0.22 | 47.29 | 0.44 | 0.62 |
| Hex | C8 | B6 | 73 | 0 | 9 | 2A | 16 | 2F | 2C | 3E |
| Octal | 310 | 266 | 163 | 0 | 11 | 52 | 26 | 57 | 54 | 76 |
| Binary | 11001000 | 10110110 | 1110011 | 0 | 1001 | 101010 | 10110 | 101111 | 101100 | 111110 |
Color Harmonies of #C8B673
Complementary color
Monochromatic Colors of #C8B673
Black with #C8B673
Text Example
Text Example
White with #C8B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B673; }
p { color: rgb(200,182,115); }
H1.HeaderClassName
{
color: #C8B673;
}
.AnyTagClassName
{
color: #C8B673;
}
</style>
background-color css
<style>
a { background-color: #C8B673; }
a { background-color: rgb(200,182,115); }
div.DivClassName
{
background-color: #C8B673;
}
.BgClassName
{
background-color: #C8B673;
}
</style>
border-color css
<style>
span { border-color: #C8B673; }
span { border-color: rgb(200,182,115); }
td.TdClassName
{
border-color: #C8B673;
}
.TagClassName
{
border-color: #C8B673;
}
</style>