Shades of Putty #CFB166
Tints of Putty #CFB166
RGB
CMYK
RGB Variations
Color information
#CFB166 (or 0xCFB166) is known color: Putty. HEX triplet: CF, B1 and 66. RGB value is (207,177,102). Sum of RGB (Red+Green+Blue) = 207+177+102=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB166 is #304E99. Grayscale: #B1B1B1. Windows color (decimal): -3165850 or 6730191. OLE color: 6730191.
HSL color Cylindrical-coordinate representation of color #CFB166: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB166 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 102 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.19 |
| HSL | 42.86º | 0.52% | 0.61% | - |
| HSV(B) | 42.86º | 0.51% | 0.81% | - |
| XYZ | 43.85 | 45.67 | 19.07 | - |
| YUV | 177.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 102 | 0 | 0.14 | 0.51 | 0.19 | 42.86 | 0.52 | 0.61 |
| Hex | CF | B1 | 66 | 0 | E | 33 | 13 | 2B | 34 | 3D |
| Octal | 317 | 261 | 146 | 0 | 16 | 63 | 23 | 53 | 64 | 75 |
| Binary | 11001111 | 10110001 | 1100110 | 0 | 1110 | 110011 | 10011 | 101011 | 110100 | 111101 |
Color Harmonies of #CFB166
Complementary color
Monochromatic Colors of #CFB166
Black with #CFB166
Text Example
Text Example
White with #CFB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB166; }
p { color: rgb(207,177,102); }
H1.HeaderClassName
{
color: #CFB166;
}
.AnyTagClassName
{
color: #CFB166;
}
</style>
background-color css
<style>
a { background-color: #CFB166; }
a { background-color: rgb(207,177,102); }
div.DivClassName
{
background-color: #CFB166;
}
.BgClassName
{
background-color: #CFB166;
}
</style>
border-color css
<style>
span { border-color: #CFB166; }
span { border-color: rgb(207,177,102); }
td.TdClassName
{
border-color: #CFB166;
}
.TagClassName
{
border-color: #CFB166;
}
</style>