Shades of Putty #C8B474
Tints of Putty #C8B474
RGB
CMYK
RGB Variations
Color information
#C8B474 (or 0xC8B474) is known color: Putty. HEX triplet: C8, B4 and 74. RGB value is (200,180,116). Sum of RGB (Red+Green+Blue) = 200+180+116=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B474 is #374B8B. Grayscale: #B2B2B2. Windows color (decimal): -3623820 or 7648456. OLE color: 7648456.
HSL color Cylindrical-coordinate representation of color #C8B474: hue angle of 45.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8B474 is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 116 | - |
| CMYK | 0 | 0.1 | 0.42 | 0.22 |
| HSL | 45.71º | 0.43% | 0.62% | - |
| HSV(B) | 45.71º | 0.42% | 0.78% | - |
| XYZ | 43.29 | 46.18 | 23.16 | - |
| YUV | 178.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 116 | 0 | 0.1 | 0.42 | 0.22 | 45.71 | 0.43 | 0.62 |
| Hex | C8 | B4 | 74 | 0 | A | 2A | 16 | 2E | 2B | 3E |
| Octal | 310 | 264 | 164 | 0 | 12 | 52 | 26 | 56 | 53 | 76 |
| Binary | 11001000 | 10110100 | 1110100 | 0 | 1010 | 101010 | 10110 | 101110 | 101011 | 111110 |
Color Harmonies of #C8B474
Complementary color
Monochromatic Colors of #C8B474
Black with #C8B474
Text Example
Text Example
White with #C8B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B474; }
p { color: rgb(200,180,116); }
H1.HeaderClassName
{
color: #C8B474;
}
.AnyTagClassName
{
color: #C8B474;
}
</style>
background-color css
<style>
a { background-color: #C8B474; }
a { background-color: rgb(200,180,116); }
div.DivClassName
{
background-color: #C8B474;
}
.BgClassName
{
background-color: #C8B474;
}
</style>
border-color css
<style>
span { border-color: #C8B474; }
span { border-color: rgb(200,180,116); }
td.TdClassName
{
border-color: #C8B474;
}
.TagClassName
{
border-color: #C8B474;
}
</style>