Shades of Putty #CFB068
Tints of Putty #CFB068
RGB
CMYK
RGB Variations
Color information
#CFB068 (or 0xCFB068) is known color: Putty. HEX triplet: CF, B0 and 68. RGB value is (207,176,104). Sum of RGB (Red+Green+Blue) = 207+176+104=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB068 is #304F97. Grayscale: #B1B1B1. Windows color (decimal): -3166104 or 6861007. OLE color: 6861007.
HSL color Cylindrical-coordinate representation of color #CFB068: hue angle of 41.94º 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 #CFB068 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 104 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 41.94º | 0.52% | 0.61% | - |
| HSV(B) | 41.94º | 0.5% | 0.81% | - |
| XYZ | 43.76 | 45.32 | 19.54 | - |
| YUV | 177.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 104 | 0 | 0.15 | 0.50 | 0.19 | 41.94 | 0.52 | 0.61 |
| Hex | CF | B0 | 68 | 0 | F | 32 | 13 | 2A | 34 | 3D |
| Octal | 317 | 260 | 150 | 0 | 17 | 62 | 23 | 52 | 64 | 75 |
| Binary | 11001111 | 10110000 | 1101000 | 0 | 1111 | 110010 | 10011 | 101010 | 110100 | 111101 |
Color Harmonies of #CFB068
Complementary color
Monochromatic Colors of #CFB068
Black with #CFB068
Text Example
Text Example
White with #CFB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB068; }
p { color: rgb(207,176,104); }
H1.HeaderClassName
{
color: #CFB068;
}
.AnyTagClassName
{
color: #CFB068;
}
</style>
background-color css
<style>
a { background-color: #CFB068; }
a { background-color: rgb(207,176,104); }
div.DivClassName
{
background-color: #CFB068;
}
.BgClassName
{
background-color: #CFB068;
}
</style>
border-color css
<style>
span { border-color: #CFB068; }
span { border-color: rgb(207,176,104); }
td.TdClassName
{
border-color: #CFB068;
}
.TagClassName
{
border-color: #CFB068;
}
</style>