Shades of Putty #CFB16F
Tints of Putty #CFB16F
RGB
CMYK
RGB Variations
Color information
#CFB16F (or 0xCFB16F) is known color: Putty. HEX triplet: CF, B1 and 6F. RGB value is (207,177,111). Sum of RGB (Red+Green+Blue) = 207+177+111=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16F is #304E90. Grayscale: #B2B2B2. Windows color (decimal): -3165841 or 7320015. OLE color: 7320015.
HSL color Cylindrical-coordinate representation of color #CFB16F: hue angle of 41.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFB16F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 111 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.19 |
| HSL | 41.25º | 0.5% | 0.62% | - |
| HSV(B) | 41.25º | 0.46% | 0.81% | - |
| XYZ | 44.32 | 45.86 | 21.55 | - |
| YUV | 178.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 111 | 0 | 0.14 | 0.46 | 0.19 | 41.25 | 0.5 | 0.62 |
| Hex | CF | B1 | 6F | 0 | E | 2E | 13 | 29 | 32 | 3E |
| Octal | 317 | 261 | 157 | 0 | 16 | 56 | 23 | 51 | 62 | 76 |
| Binary | 11001111 | 10110001 | 1101111 | 0 | 1110 | 101110 | 10011 | 101001 | 110010 | 111110 |
Color Harmonies of #CFB16F
Complementary color
Monochromatic Colors of #CFB16F
Black with #CFB16F
Text Example
Text Example
White with #CFB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB16F; }
p { color: rgb(207,177,111); }
H1.HeaderClassName
{
color: #CFB16F;
}
.AnyTagClassName
{
color: #CFB16F;
}
</style>
background-color css
<style>
a { background-color: #CFB16F; }
a { background-color: rgb(207,177,111); }
div.DivClassName
{
background-color: #CFB16F;
}
.BgClassName
{
background-color: #CFB16F;
}
</style>
border-color css
<style>
span { border-color: #CFB16F; }
span { border-color: rgb(207,177,111); }
td.TdClassName
{
border-color: #CFB16F;
}
.TagClassName
{
border-color: #CFB16F;
}
</style>