Shades of Putty #CFB36A
Tints of Putty #CFB36A
RGB
CMYK
RGB Variations
Color information
#CFB36A (or 0xCFB36A) is known color: Putty. HEX triplet: CF, B3 and 6A. RGB value is (207,179,106). Sum of RGB (Red+Green+Blue) = 207+179+106=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36A is #304C95. Grayscale: #B3B3B3. Windows color (decimal): -3165334 or 6992847. OLE color: 6992847.
HSL color Cylindrical-coordinate representation of color #CFB36A: hue angle of 43.37º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFB36A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 106 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.19 |
| HSL | 43.37º | 0.51% | 0.61% | - |
| HSV(B) | 43.37º | 0.49% | 0.81% | - |
| XYZ | 44.45 | 46.55 | 20.28 | - |
| YUV | 179.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 106 | 0 | 0.14 | 0.49 | 0.19 | 43.37 | 0.51 | 0.61 |
| Hex | CF | B3 | 6A | 0 | E | 31 | 13 | 2B | 33 | 3D |
| Octal | 317 | 263 | 152 | 0 | 16 | 61 | 23 | 53 | 63 | 75 |
| Binary | 11001111 | 10110011 | 1101010 | 0 | 1110 | 110001 | 10011 | 101011 | 110011 | 111101 |
Color Harmonies of #CFB36A
Complementary color
Monochromatic Colors of #CFB36A
Black with #CFB36A
Text Example
Text Example
White with #CFB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB36A; }
p { color: rgb(207,179,106); }
H1.HeaderClassName
{
color: #CFB36A;
}
.AnyTagClassName
{
color: #CFB36A;
}
</style>
background-color css
<style>
a { background-color: #CFB36A; }
a { background-color: rgb(207,179,106); }
div.DivClassName
{
background-color: #CFB36A;
}
.BgClassName
{
background-color: #CFB36A;
}
</style>
border-color css
<style>
span { border-color: #CFB36A; }
span { border-color: rgb(207,179,106); }
td.TdClassName
{
border-color: #CFB36A;
}
.TagClassName
{
border-color: #CFB36A;
}
</style>