Shades of Putty #C7B369
Tints of Putty #C7B369
RGB
CMYK
RGB Variations
Color information
#C7B369 (or 0xC7B369) is known color: Putty. HEX triplet: C7, B3 and 69. RGB value is (199,179,105). Sum of RGB (Red+Green+Blue) = 199+179+105=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B369 is #384C96. Grayscale: #B0B0B0. Windows color (decimal): -3689623 or 6927303. OLE color: 6927303.
HSL color Cylindrical-coordinate representation of color #C7B369: hue angle of 47.23º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7B369 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 105 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.22 |
| HSL | 47.23º | 0.46% | 0.6% | - |
| HSV(B) | 47.23º | 0.47% | 0.78% | - |
| XYZ | 42.22 | 45.4 | 19.9 | - |
| YUV | 176.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 105 | 0 | 0.10 | 0.47 | 0.22 | 47.23 | 0.46 | 0.6 |
| Hex | C7 | B3 | 69 | 0 | A | 2F | 16 | 2F | 2E | 3C |
| Octal | 307 | 263 | 151 | 0 | 12 | 57 | 26 | 57 | 56 | 74 |
| Binary | 11000111 | 10110011 | 1101001 | 0 | 1010 | 101111 | 10110 | 101111 | 101110 | 111100 |
Color Harmonies of #C7B369
Complementary color
Monochromatic Colors of #C7B369
Black with #C7B369
Text Example
Text Example
White with #C7B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B369; }
p { color: rgb(199,179,105); }
H1.HeaderClassName
{
color: #C7B369;
}
.AnyTagClassName
{
color: #C7B369;
}
</style>
background-color css
<style>
a { background-color: #C7B369; }
a { background-color: rgb(199,179,105); }
div.DivClassName
{
background-color: #C7B369;
}
.BgClassName
{
background-color: #C7B369;
}
</style>
border-color css
<style>
span { border-color: #C7B369; }
span { border-color: rgb(199,179,105); }
td.TdClassName
{
border-color: #C7B369;
}
.TagClassName
{
border-color: #C7B369;
}
</style>