Shades of Putty #CFB065
Tints of Putty #CFB065
RGB
CMYK
RGB Variations
Color information
#CFB065 (or 0xCFB065) is known color: Putty. HEX triplet: CF, B0 and 65. RGB value is (207,176,101). Sum of RGB (Red+Green+Blue) = 207+176+101=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB065 is #304F9A. Grayscale: #B1B1B1. Windows color (decimal): -3166107 or 6664399. OLE color: 6664399.
HSL color Cylindrical-coordinate representation of color #CFB065: hue angle of 42.45º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB065 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 101 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.19 |
| HSL | 42.45º | 0.52% | 0.6% | - |
| HSV(B) | 42.45º | 0.51% | 0.81% | - |
| XYZ | 43.61 | 45.26 | 18.75 | - |
| YUV | 176.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 101 | 0 | 0.15 | 0.51 | 0.19 | 42.45 | 0.52 | 0.6 |
| Hex | CF | B0 | 65 | 0 | F | 33 | 13 | 2A | 34 | 3C |
| Octal | 317 | 260 | 145 | 0 | 17 | 63 | 23 | 52 | 64 | 74 |
| Binary | 11001111 | 10110000 | 1100101 | 0 | 1111 | 110011 | 10011 | 101010 | 110100 | 111100 |
Color Harmonies of #CFB065
Complementary color
Monochromatic Colors of #CFB065
Black with #CFB065
Text Example
Text Example
White with #CFB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB065; }
p { color: rgb(207,176,101); }
H1.HeaderClassName
{
color: #CFB065;
}
.AnyTagClassName
{
color: #CFB065;
}
</style>
background-color css
<style>
a { background-color: #CFB065; }
a { background-color: rgb(207,176,101); }
div.DivClassName
{
background-color: #CFB065;
}
.BgClassName
{
background-color: #CFB065;
}
</style>
border-color css
<style>
span { border-color: #CFB065; }
span { border-color: rgb(207,176,101); }
td.TdClassName
{
border-color: #CFB065;
}
.TagClassName
{
border-color: #CFB065;
}
</style>