Shades of Putty #CFB06B
Tints of Putty #CFB06B
RGB
CMYK
RGB Variations
Color information
#CFB06B (or 0xCFB06B) is known color: Putty. HEX triplet: CF, B0 and 6B. RGB value is (207,176,107). Sum of RGB (Red+Green+Blue) = 207+176+107=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB06B is #304F94. Grayscale: #B1B1B1. Windows color (decimal): -3166101 or 7057615. OLE color: 7057615.
HSL color Cylindrical-coordinate representation of color #CFB06B: hue angle of 41.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFB06B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 107 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.19 |
| HSL | 41.4º | 0.51% | 0.62% | - |
| HSV(B) | 41.4º | 0.48% | 0.81% | - |
| XYZ | 43.91 | 45.38 | 20.35 | - |
| YUV | 177.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 107 | 0 | 0.15 | 0.48 | 0.19 | 41.4 | 0.51 | 0.62 |
| Hex | CF | B0 | 6B | 0 | F | 30 | 13 | 29 | 33 | 3E |
| Octal | 317 | 260 | 153 | 0 | 17 | 60 | 23 | 51 | 63 | 76 |
| Binary | 11001111 | 10110000 | 1101011 | 0 | 1111 | 110000 | 10011 | 101001 | 110011 | 111110 |
Color Harmonies of #CFB06B
Complementary color
Monochromatic Colors of #CFB06B
Black with #CFB06B
Text Example
Text Example
White with #CFB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB06B; }
p { color: rgb(207,176,107); }
H1.HeaderClassName
{
color: #CFB06B;
}
.AnyTagClassName
{
color: #CFB06B;
}
</style>
background-color css
<style>
a { background-color: #CFB06B; }
a { background-color: rgb(207,176,107); }
div.DivClassName
{
background-color: #CFB06B;
}
.BgClassName
{
background-color: #CFB06B;
}
</style>
border-color css
<style>
span { border-color: #CFB06B; }
span { border-color: rgb(207,176,107); }
td.TdClassName
{
border-color: #CFB06B;
}
.TagClassName
{
border-color: #CFB06B;
}
</style>