Shades of Putty #CFA36B
Tints of Putty #CFA36B
RGB
CMYK
RGB Variations
Color information
#CFA36B (or 0xCFA36B) is known color: Putty. HEX triplet: CF, A3 and 6B. RGB value is (207,163,107). Sum of RGB (Red+Green+Blue) = 207+163+107=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36B is #305C94. Grayscale: #AAAAAA. Windows color (decimal): -3169429 or 7054287. OLE color: 7054287.
HSL color Cylindrical-coordinate representation of color #CFA36B: hue angle of 33.6º 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 #CFA36B is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 107 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.19 |
| HSL | 33.6º | 0.51% | 0.62% | - |
| HSV(B) | 33.6º | 0.48% | 0.81% | - |
| XYZ | 41.48 | 40.52 | 19.54 | - |
| YUV | 169.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 107 | 0 | 0.21 | 0.48 | 0.19 | 33.6 | 0.51 | 0.62 |
| Hex | CF | A3 | 6B | 0 | 15 | 30 | 13 | 22 | 33 | 3E |
| Octal | 317 | 243 | 153 | 0 | 25 | 60 | 23 | 42 | 63 | 76 |
| Binary | 11001111 | 10100011 | 1101011 | 0 | 10101 | 110000 | 10011 | 100010 | 110011 | 111110 |
Color Harmonies of #CFA36B
Complementary color
Monochromatic Colors of #CFA36B
Black with #CFA36B
Text Example
Text Example
White with #CFA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA36B; }
p { color: rgb(207,163,107); }
H1.HeaderClassName
{
color: #CFA36B;
}
.AnyTagClassName
{
color: #CFA36B;
}
</style>
background-color css
<style>
a { background-color: #CFA36B; }
a { background-color: rgb(207,163,107); }
div.DivClassName
{
background-color: #CFA36B;
}
.BgClassName
{
background-color: #CFA36B;
}
</style>
border-color css
<style>
span { border-color: #CFA36B; }
span { border-color: rgb(207,163,107); }
td.TdClassName
{
border-color: #CFA36B;
}
.TagClassName
{
border-color: #CFA36B;
}
</style>