Shades of Putty #CFB36D
Tints of Putty #CFB36D
RGB
CMYK
RGB Variations
Color information
#CFB36D (or 0xCFB36D) is known color: Putty. HEX triplet: CF, B3 and 6D. RGB value is (207,179,109). Sum of RGB (Red+Green+Blue) = 207+179+109=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36D is #304C92. Grayscale: #B3B3B3. Windows color (decimal): -3165331 or 7189455. OLE color: 7189455.
HSL color Cylindrical-coordinate representation of color #CFB36D: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFB36D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 109 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.19 |
| HSL | 42.86º | 0.51% | 0.62% | - |
| HSV(B) | 42.86º | 0.47% | 0.81% | - |
| XYZ | 44.61 | 46.61 | 21.11 | - |
| YUV | 179.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 109 | 0 | 0.14 | 0.47 | 0.19 | 42.86 | 0.51 | 0.62 |
| Hex | CF | B3 | 6D | 0 | E | 2F | 13 | 2B | 33 | 3E |
| Octal | 317 | 263 | 155 | 0 | 16 | 57 | 23 | 53 | 63 | 76 |
| Binary | 11001111 | 10110011 | 1101101 | 0 | 1110 | 101111 | 10011 | 101011 | 110011 | 111110 |
Color Harmonies of #CFB36D
Complementary color
Monochromatic Colors of #CFB36D
Black with #CFB36D
Text Example
Text Example
White with #CFB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB36D; }
p { color: rgb(207,179,109); }
H1.HeaderClassName
{
color: #CFB36D;
}
.AnyTagClassName
{
color: #CFB36D;
}
</style>
background-color css
<style>
a { background-color: #CFB36D; }
a { background-color: rgb(207,179,109); }
div.DivClassName
{
background-color: #CFB36D;
}
.BgClassName
{
background-color: #CFB36D;
}
</style>
border-color css
<style>
span { border-color: #CFB36D; }
span { border-color: rgb(207,179,109); }
td.TdClassName
{
border-color: #CFB36D;
}
.TagClassName
{
border-color: #CFB36D;
}
</style>