Shades of Putty #CFB37B
Tints of Putty #CFB37B
RGB
CMYK
RGB Variations
Color information
#CFB37B (or 0xCFB37B) is known color: Putty. HEX triplet: CF, B3 and 7B. RGB value is (207,179,123). Sum of RGB (Red+Green+Blue) = 207+179+123=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB37B is #304C84. Grayscale: #B5B5B5. Windows color (decimal): -3165317 or 8106959. OLE color: 8106959.
HSL color Cylindrical-coordinate representation of color #CFB37B: hue angle of 40º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB37B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 123 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.19 |
| HSL | 40º | 0.47% | 0.65% | - |
| HSV(B) | 40º | 0.41% | 0.81% | - |
| XYZ | 45.43 | 46.94 | 25.4 | - |
| YUV | 180.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 123 | 0 | 0.14 | 0.41 | 0.19 | 40 | 0.47 | 0.65 |
| Hex | CF | B3 | 7B | 0 | E | 29 | 13 | 28 | 2F | 41 |
| Octal | 317 | 263 | 173 | 0 | 16 | 51 | 23 | 50 | 57 | 101 |
| Binary | 11001111 | 10110011 | 1111011 | 0 | 1110 | 101001 | 10011 | 101000 | 101111 | 1000001 |
Color Harmonies of #CFB37B
Complementary color
Monochromatic Colors of #CFB37B
Black with #CFB37B
Text Example
Text Example
White with #CFB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB37B; }
p { color: rgb(207,179,123); }
H1.HeaderClassName
{
color: #CFB37B;
}
.AnyTagClassName
{
color: #CFB37B;
}
</style>
background-color css
<style>
a { background-color: #CFB37B; }
a { background-color: rgb(207,179,123); }
div.DivClassName
{
background-color: #CFB37B;
}
.BgClassName
{
background-color: #CFB37B;
}
</style>
border-color css
<style>
span { border-color: #CFB37B; }
span { border-color: rgb(207,179,123); }
td.TdClassName
{
border-color: #CFB37B;
}
.TagClassName
{
border-color: #CFB37B;
}
</style>