Shades of Putty #CFB167
Tints of Putty #CFB167
RGB
CMYK
RGB Variations
Color information
#CFB167 (or 0xCFB167) is known color: Putty. HEX triplet: CF, B1 and 67. RGB value is (207,177,103). Sum of RGB (Red+Green+Blue) = 207+177+103=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB167 is #304E98. Grayscale: #B1B1B1. Windows color (decimal): -3165849 or 6795727. OLE color: 6795727.
HSL color Cylindrical-coordinate representation of color #CFB167: hue angle of 42.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB167 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 103 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.19 |
| HSL | 42.69º | 0.52% | 0.61% | - |
| HSV(B) | 42.69º | 0.5% | 0.81% | - |
| XYZ | 43.9 | 45.69 | 19.34 | - |
| YUV | 177.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 103 | 0 | 0.14 | 0.50 | 0.19 | 42.69 | 0.52 | 0.61 |
| Hex | CF | B1 | 67 | 0 | E | 32 | 13 | 2B | 34 | 3D |
| Octal | 317 | 261 | 147 | 0 | 16 | 62 | 23 | 53 | 64 | 75 |
| Binary | 11001111 | 10110001 | 1100111 | 0 | 1110 | 110010 | 10011 | 101011 | 110100 | 111101 |
Color Harmonies of #CFB167
Complementary color
Monochromatic Colors of #CFB167
Black with #CFB167
Text Example
Text Example
White with #CFB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB167; }
p { color: rgb(207,177,103); }
H1.HeaderClassName
{
color: #CFB167;
}
.AnyTagClassName
{
color: #CFB167;
}
</style>
background-color css
<style>
a { background-color: #CFB167; }
a { background-color: rgb(207,177,103); }
div.DivClassName
{
background-color: #CFB167;
}
.BgClassName
{
background-color: #CFB167;
}
</style>
border-color css
<style>
span { border-color: #CFB167; }
span { border-color: rgb(207,177,103); }
td.TdClassName
{
border-color: #CFB167;
}
.TagClassName
{
border-color: #CFB167;
}
</style>