Shades of Putty #CFB36C
Tints of Putty #CFB36C
RGB
CMYK
RGB Variations
Color information
#CFB36C (or 0xCFB36C) is known color: Putty. HEX triplet: CF, B3 and 6C. RGB value is (207,179,108). Sum of RGB (Red+Green+Blue) = 207+179+108=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36C is #304C93. Grayscale: #B3B3B3. Windows color (decimal): -3165332 or 7123919. OLE color: 7123919.
HSL color Cylindrical-coordinate representation of color #CFB36C: hue angle of 43.03º 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 #CFB36C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 108 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.19 |
| HSL | 43.03º | 0.51% | 0.62% | - |
| HSV(B) | 43.03º | 0.48% | 0.81% | - |
| XYZ | 44.56 | 46.59 | 20.83 | - |
| YUV | 179.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 108 | 0 | 0.14 | 0.48 | 0.19 | 43.03 | 0.51 | 0.62 |
| Hex | CF | B3 | 6C | 0 | E | 30 | 13 | 2B | 33 | 3E |
| Octal | 317 | 263 | 154 | 0 | 16 | 60 | 23 | 53 | 63 | 76 |
| Binary | 11001111 | 10110011 | 1101100 | 0 | 1110 | 110000 | 10011 | 101011 | 110011 | 111110 |
Color Harmonies of #CFB36C
Complementary color
Monochromatic Colors of #CFB36C
Black with #CFB36C
Text Example
Text Example
White with #CFB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB36C; }
p { color: rgb(207,179,108); }
H1.HeaderClassName
{
color: #CFB36C;
}
.AnyTagClassName
{
color: #CFB36C;
}
</style>
background-color css
<style>
a { background-color: #CFB36C; }
a { background-color: rgb(207,179,108); }
div.DivClassName
{
background-color: #CFB36C;
}
.BgClassName
{
background-color: #CFB36C;
}
</style>
border-color css
<style>
span { border-color: #CFB36C; }
span { border-color: rgb(207,179,108); }
td.TdClassName
{
border-color: #CFB36C;
}
.TagClassName
{
border-color: #CFB36C;
}
</style>